Color Hex Logo

#ceea49 Color Hex

#CEEA49
(206,234,73)
0 Favorites   0 Comments

Color spaces of #ceea49

RGB 20623473
HSL0.200.790.60
HSV70°69°92°
CMYK 0.120.000.69   0.08
XYZ56.079072.448517.3316
Yxy72.44850.38450.4967
Hunter Lab85.1167-31.349747.5090
CIE-Lab88.1840-29.705671.2375

#ceea49 color RGB value is (206,234,73).

#ceea49 hex color red value is 206, green value is 234 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #ceea49 hue: 0.20 , saturation: 0.79 and the lightness value of ceea49 is 0.60.

The process color (four color CMYK) of #ceea49 color hex is 0.12, 0.00, 0.69, 0.08. Web safe color of #ceea49 is #ccff33. Color #ceea49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101010 01001001
Octal 316 352 111
Decimal 206 234 73
Hex CE EA 49

RGB Percentages of Color #ceea49

%40.16
%45.61
%14.23

CMYK Percentages of Color #ceea49

%12
%0
%69
%8

Triadic Colors of #ceea49

#ceea49 #49ceea #ea49ce

Analogous Colors of #ceea49

#ceea49 #7eea49 #eab649

Monochromatic Colors of #ceea49

#ceea49

Complementary Color

#ceea49 #6549ea

#ceea49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceea49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceea49 Color CSS Codes

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

#ceea49 Text Font Color

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

This sample text font color is #ceea49
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.


#ceea49 Background Color

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

This div background color is #ceea49


#ceea49 Border Color

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

This div border color is #ceea49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceea49


Comments

No comments written yet.

Please login to write comment.