Color Hex Logo

#ccefd8 Color Hex

#CCEFD8
(204,239,216)
0 Favorites   0 Comments

Color spaces of #ccefd8

RGB 204239216
HSL0.390.520.87
HSV141°15°94°
CMYK 0.150.000.10   0.06
XYZ68.163079.528276.7237
Yxy79.52820.30370.3544
Hunter Lab89.1786-19.627411.4156
CIE-Lab91.4728-15.69617.3252

#ccefd8 color RGB value is (204,239,216).

#ccefd8 hex color red value is 204, green value is 239 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #ccefd8 hue: 0.39 , saturation: 0.52 and the lightness value of ccefd8 is 0.87.

The process color (four color CMYK) of #ccefd8 color hex is 0.15, 0.00, 0.10, 0.06. Web safe color of #ccefd8 is #ccffcc. Color #ccefd8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101111 11011000
Octal 314 357 330
Decimal 204 239 216
Hex CC EF D8

RGB Percentages of Color #ccefd8

%30.96
%36.27
%32.78

CMYK Percentages of Color #ccefd8

%15
%0
%10
%6

Triadic Colors of #ccefd8

#ccefd8 #d8ccef #efd8cc

Analogous Colors of #ccefd8

#ccefd8 #ccefea #d2efcc

Monochromatic Colors of #ccefd8

#ccefd8

Complementary Color

#ccefd8 #efcce3

#ccefd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccefd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccefd8 Color CSS Codes

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

#ccefd8 Text Font Color

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

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


#ccefd8 Background Color

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

This div background color is #ccefd8


#ccefd8 Border Color

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

This div border color is #ccefd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccefd8


Comments

No comments written yet.

Please login to write comment.