Color Hex Logo

#ccf4eb Color Hex

#CCF4EB
(204,244,235)
0 Favorites   0 Comments

Color spaces of #ccf4eb

RGB 204244235
HSL0.460.650.88
HSV167°16°96°
CMYK 0.160.000.04   0.04
XYZ72.247983.536990.9136
Yxy83.53690.29290.3386
Hunter Lab91.3985-18.84835.0035
CIE-Lab93.2490-14.58490.0303

#ccf4eb color RGB value is (204,244,235).

#ccf4eb hex color red value is 204, green value is 244 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ccf4eb hue: 0.46 , saturation: 0.65 and the lightness value of ccf4eb is 0.88.

The process color (four color CMYK) of #ccf4eb color hex is 0.16, 0.00, 0.04, 0.04. Web safe color of #ccf4eb is #ccffff. Color #ccf4eb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110100 11101011
Octal 314 364 353
Decimal 204 244 235
Hex CC F4 EB

RGB Percentages of Color #ccf4eb

%29.87
%35.72
%34.41

CMYK Percentages of Color #ccf4eb

%16
%0
%4
%4

Triadic Colors of #ccf4eb

#ccf4eb #ebccf4 #f4ebcc

Analogous Colors of #ccf4eb

#ccf4eb #cce9f4 #ccf4d7

Monochromatic Colors of #ccf4eb

#ccf4eb

Complementary Color

#ccf4eb #f4ccd5

#ccf4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf4eb Color CSS Codes

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

#ccf4eb Text Font Color

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

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


#ccf4eb Background Color

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

This div background color is #ccf4eb


#ccf4eb Border Color

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

This div border color is #ccf4eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,244,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 #ccf4eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf4eb


Comments

No comments written yet.

Please login to write comment.