Color Hex Logo

#cee49b Color Hex

#CEE49B
(206,228,155)
0 Favorites   0 Comments

Color spaces of #cee49b

RGB 206228155
HSL0.220.570.75
HSV78°32°89°
CMYK 0.100.000.32   0.11
XYZ59.113470.975241.5943
Yxy70.97520.34430.4134
Hunter Lab84.2468-22.183929.7001
CIE-Lab87.4730-19.209333.2837

#cee49b color RGB value is (206,228,155).

#cee49b hex color red value is 206, green value is 228 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #cee49b hue: 0.22 , saturation: 0.57 and the lightness value of cee49b is 0.75.

The process color (four color CMYK) of #cee49b color hex is 0.10, 0.00, 0.32, 0.11. Web safe color of #cee49b is #cccc99. Color #cee49b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100100 10011011
Octal 316 344 233
Decimal 206 228 155
Hex CE E4 9B

RGB Percentages of Color #cee49b

%34.97
%38.71
%26.32

CMYK Percentages of Color #cee49b

%10
%0
%32
%11

Triadic Colors of #cee49b

#cee49b #9bcee4 #e49bce

Analogous Colors of #cee49b

#cee49b #aae49b #e4d69b

Monochromatic Colors of #cee49b

#cee49b

Complementary Color

#cee49b #b19be4

#cee49b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee49b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee49b Color CSS Codes

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

#cee49b Text Font Color

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

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


#cee49b Background Color

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

This div background color is #cee49b


#cee49b Border Color

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

This div border color is #cee49b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee49b


Comments

No comments written yet.

Please login to write comment.