Color Hex Logo

#ccf9eb Color Hex

#CCF9EB
(204,249,235)
0 Favorites   0 Comments

Color spaces of #ccf9eb

RGB 204249235
HSL0.450.790.89
HSV161°18°98°
CMYK 0.180.000.06   0.02
XYZ73.772986.586991.4220
Yxy86.58690.29300.3439
Hunter Lab93.0521-21.32406.8851
CIE-Lab94.5627-17.05931.9449

#ccf9eb color RGB value is (204,249,235).

#ccf9eb hex color red value is 204, green value is 249 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ccf9eb hue: 0.45 , saturation: 0.79 and the lightness value of ccf9eb is 0.89.

The process color (four color CMYK) of #ccf9eb color hex is 0.18, 0.00, 0.06, 0.02. Web safe color of #ccf9eb is #ccffff. Color #ccf9eb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111001 11101011
Octal 314 371 353
Decimal 204 249 235
Hex CC F9 EB

RGB Percentages of Color #ccf9eb

%29.65
%36.19
%34.16

CMYK Percentages of Color #ccf9eb

%18
%0
%6
%2

Triadic Colors of #ccf9eb

#ccf9eb #ebccf9 #f9ebcc

Analogous Colors of #ccf9eb

#ccf9eb #ccf1f9 #ccf9d5

Monochromatic Colors of #ccf9eb

#ccf9eb

Complementary Color

#ccf9eb #f9ccda

#ccf9eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf9eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf9eb Color CSS Codes

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

#ccf9eb Text Font Color

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

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


#ccf9eb Background Color

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

This div background color is #ccf9eb


#ccf9eb Border Color

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

This div border color is #ccf9eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf9eb


Comments

No comments written yet.

Please login to write comment.