Color Hex Logo

#cefcc9 Color Hex

#CEFCC9
(206,252,201)
0 Favorites   0 Comments

Color spaces of #cefcc9

RGB 206252201
HSL0.320.890.89
HSV114°20°99°
CMYK 0.180.000.20   0.01
XYZ70.806686.959768.3113
Yxy86.95970.31320.3846
Hunter Lab93.2522-27.655921.8440
CIE-Lab94.7212-23.985319.6840

#cefcc9 color RGB value is (206,252,201).

#cefcc9 hex color red value is 206, green value is 252 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #cefcc9 hue: 0.32 , saturation: 0.89 and the lightness value of cefcc9 is 0.89.

The process color (four color CMYK) of #cefcc9 color hex is 0.18, 0.00, 0.20, 0.01. Web safe color of #cefcc9 is #ccffcc. Color #cefcc9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111100 11001001
Octal 316 374 311
Decimal 206 252 201
Hex CE FC C9

RGB Percentages of Color #cefcc9

%31.26
%38.24
%30.50

CMYK Percentages of Color #cefcc9

%18
%0
%20
%1

Triadic Colors of #cefcc9

#cefcc9 #c9cefc #fcc9ce

Analogous Colors of #cefcc9

#cefcc9 #c9fcde #e8fcc9

Monochromatic Colors of #cefcc9

#cefcc9

Complementary Color

#cefcc9 #f7c9fc

#cefcc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefcc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefcc9 Color CSS Codes

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

#cefcc9 Text Font Color

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

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


#cefcc9 Background Color

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

This div background color is #cefcc9


#cefcc9 Border Color

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

This div border color is #cefcc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefcc9


Comments

No comments written yet.

Please login to write comment.