Color Hex Logo

#ccf1eb Color Hex

#CCF1EB
(204,241,235)
0 Favorites   0 Comments

Color spaces of #ccf1eb

RGB 204241235
HSL0.470.570.87
HSV170°15°95°
CMYK 0.150.000.02   0.05
XYZ71.352581.746190.6152
Yxy81.74610.29280.3354
Hunter Lab90.4135-17.35523.8672
CIE-Lab92.4627-13.0886-1.1191

#ccf1eb color RGB value is (204,241,235).

#ccf1eb hex color red value is 204, green value is 241 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ccf1eb hue: 0.47 , saturation: 0.57 and the lightness value of ccf1eb is 0.87.

The process color (four color CMYK) of #ccf1eb color hex is 0.15, 0.00, 0.02, 0.05. Web safe color of #ccf1eb is #ccffff. Color #ccf1eb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110001 11101011
Octal 314 361 353
Decimal 204 241 235
Hex CC F1 EB

RGB Percentages of Color #ccf1eb

%30.00
%35.44
%34.56

CMYK Percentages of Color #ccf1eb

%15
%0
%2
%5

Triadic Colors of #ccf1eb

#ccf1eb #ebccf1 #f1ebcc

Analogous Colors of #ccf1eb

#ccf1eb #cce5f1 #ccf1d9

Monochromatic Colors of #ccf1eb

#ccf1eb

Complementary Color

#ccf1eb #f1ccd2

#ccf1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf1eb Color CSS Codes

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

#ccf1eb Text Font Color

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

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


#ccf1eb Background Color

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

This div background color is #ccf1eb


#ccf1eb Border Color

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

This div border color is #ccf1eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,241,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ccf1eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ccf1eb;
  -webkit-box-shadow: 1px 1px 3px 2px #ccf1eb;
  box-shadow:         1px 1px 3px 2px #ccf1eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,241,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf1eb


Comments

No comments written yet.

Please login to write comment.