Color Hex Logo

#cefcc5 Color Hex

#CEFCC5
(206,252,197)
0 Favorites   0 Comments

Color spaces of #cefcc5

RGB 206252197
HSL0.310.900.88
HSV110°22°99°
CMYK 0.180.000.22   0.01
XYZ70.342086.773865.8649
Yxy86.77380.31550.3892
Hunter Lab93.1525-28.226523.2848
CIE-Lab94.6422-24.638521.6166

#cefcc5 color RGB value is (206,252,197).

#cefcc5 hex color red value is 206, green value is 252 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #cefcc5 hue: 0.31 , saturation: 0.90 and the lightness value of cefcc5 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111100 11000101
Octal 316 374 305
Decimal 206 252 197
Hex CE FC C5

RGB Percentages of Color #cefcc5

%31.45
%38.47
%30.08

CMYK Percentages of Color #cefcc5

%18
%0
%22
%1

Triadic Colors of #cefcc5

#cefcc5 #c5cefc #fcc5ce

Analogous Colors of #cefcc5

#cefcc5 #c5fcd8 #eafcc5

Monochromatic Colors of #cefcc5

#cefcc5

Complementary Color

#cefcc5 #f3c5fc

#cefcc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefcc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefcc5 Color CSS Codes

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

#cefcc5 Text Font Color

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

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


#cefcc5 Background Color

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

This div background color is #cefcc5


#cefcc5 Border Color

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

This div border color is #cefcc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefcc5


Comments

No comments written yet.

Please login to write comment.