color codes Logo

#ceea3d color codes

#CEEA3D
(206,234,61)
0 Favorites   0 Comments

Color spaces of #ceea3d

RGB 20623461
HSL0.190.800.58
HSV70°74°92°
CMYK 0.120.000.74   0.08
XYZ55.718772.304415.4343
Yxy72.30440.38840.5040
Hunter Lab85.0320-31.840748.7606
CIE-Lab88.1149-30.307775.2274

#ceea3d color RGB value is (206,234,61).

#ceea3d hex color red value is 206, green value is 234 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ceea3d hue: 0.19 , saturation: 0.80 and the lightness value of ceea3d is 0.58.

The process color (four color CMYK) of #ceea3d color code is 0.12, 0.00, 0.74, 0.08. Web safe color of #ceea3d is #ccff33. Color #ceea3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101010 00111101
Octal 316 352 75
Decimal 206 234 61
Hex CE EA 3D

RGB Percentages of Color #ceea3d

%41.12
%46.71
%12.18

CMYK Percentages of Color #ceea3d

%12
%0
%74
%8

Triadic Colors of #ceea3d

#ceea3d #3dceea #ea3dce

Analogous Colors of #ceea3d

#ceea3d #78ea3d #eab03d

Monochromatic Colors of #ceea3d

#ceea3d

Complementary Color

#ceea3d #593dea

#ceea3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceea3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceea3d Color CSS Codes

.mybgcolor {background-color:#ceea3d; } 
.myforecolor {color:#ceea3d; }
.mybordercolor {border:3px solid #ceea3d; }

#ceea3d Text Font Color

<p style="color:#ceea3d">Text here</p>

This sample text font color is #ceea3d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ceea3d Background Color

<div style="background-color:#ceea3d">
Div content here</div>

This div background color is #ceea3d


#ceea3d Border Color

<div style="border:3px solid #ceea3d">
Div here</div>

This div border color is #ceea3d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,234,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ceea3d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ceea3d;
  -webkit-box-shadow: 1px 1px 3px 2px #ceea3d;
  box-shadow:         1px 1px 3px 2px #ceea3d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,234,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ceea3d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ceea3d;
  -webkit-box-shadow: 1px 1px 3px 2px #ceea3d;
  box-shadow:         1px 1px 3px 2px #ceea3d;">
Div content here</div>

This div box has shadow with color #ceea3d


Comments

No comments written yet.

Please login to write comment.