Color Hex Logo

#ccf8ef Color Hex

#CCF8EF
(204,248,239)
0 Favorites   0 Comments

Color spaces of #ccf8ef

RGB 204248239
HSL0.470.760.89
HSV168°18°97°
CMYK 0.180.000.04   0.03
XYZ74.049286.204294.3976
Yxy86.20420.29080.3385
Hunter Lab92.8462-20.11884.7117
CIE-Lab94.3996-15.7832-0.3616

#ccf8ef color RGB value is (204,248,239).

#ccf8ef hex color red value is 204, green value is 248 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ccf8ef hue: 0.47 , saturation: 0.76 and the lightness value of ccf8ef is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111000 11101111
Octal 314 370 357
Decimal 204 248 239
Hex CC F8 EF

RGB Percentages of Color #ccf8ef

%29.52
%35.89
%34.59

CMYK Percentages of Color #ccf8ef

%18
%0
%4
%3

Triadic Colors of #ccf8ef

#ccf8ef #efccf8 #f8efcc

Analogous Colors of #ccf8ef

#ccf8ef #ccebf8 #ccf8d9

Monochromatic Colors of #ccf8ef

#ccf8ef

Complementary Color

#ccf8ef #f8ccd5

#ccf8ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf8ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf8ef Color CSS Codes

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

#ccf8ef Text Font Color

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

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


#ccf8ef Background Color

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

This div background color is #ccf8ef


#ccf8ef Border Color

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

This div border color is #ccf8ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf8ef

Related Colors


Comments

No comments written yet.

Please login to write comment.