Color Hex Logo

#ceefb9 Color Hex

#CEEFB9
(206,239,185)
0 Favorites   0 Comments

Color spaces of #ceefb9

RGB 206239185
HSL0.270.630.83
HSV97°23°94°
CMYK 0.140.000.23   0.06
XYZ65.077178.357657.5935
Yxy78.35760.32370.3898
Hunter Lab88.5198-23.681923.3881
CIE-Lab90.9428-20.270422.6379

#ceefb9 color RGB value is (206,239,185).

#ceefb9 hex color red value is 206, green value is 239 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #ceefb9 hue: 0.27 , saturation: 0.63 and the lightness value of ceefb9 is 0.83.

The process color (four color CMYK) of #ceefb9 color hex is 0.14, 0.00, 0.23, 0.06. Web safe color of #ceefb9 is #ccffcc. Color #ceefb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101111 10111001
Octal 316 357 271
Decimal 206 239 185
Hex CE EF B9

RGB Percentages of Color #ceefb9

%32.70
%37.94
%29.37

CMYK Percentages of Color #ceefb9

%14
%0
%23
%6

Triadic Colors of #ceefb9

#ceefb9 #b9ceef #efb9ce

Analogous Colors of #ceefb9

#ceefb9 #b9efbf #e9efb9

Monochromatic Colors of #ceefb9

#ceefb9

Complementary Color

#ceefb9 #dab9ef

#ceefb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceefb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceefb9 Color CSS Codes

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

#ceefb9 Text Font Color

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

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


#ceefb9 Background Color

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

This div background color is #ceefb9


#ceefb9 Border Color

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

This div border color is #ceefb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceefb9


Comments

No comments written yet.

Please login to write comment.