Color Hex Logo

#ccefd0 Color Hex

#CCEFD0
(204,239,208)
0 Favorites   0 Comments

Color spaces of #ccefd0

RGB 204239208
HSL0.350.520.87
HSV127°15°94°
CMYK 0.150.000.13   0.06
XYZ67.153579.124471.4077
Yxy79.12440.30850.3635
Hunter Lab88.9519-20.908714.6702
CIE-Lab91.2905-17.131211.2203

#ccefd0 color RGB value is (204,239,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101111 11010000
Octal 314 357 320
Decimal 204 239 208
Hex CC EF D0

RGB Percentages of Color #ccefd0

%31.34
%36.71
%31.95

CMYK Percentages of Color #ccefd0

%15
%0
%13
%6

Triadic Colors of #ccefd0

#ccefd0 #d0ccef #efd0cc

Analogous Colors of #ccefd0

#ccefd0 #ccefe2 #daefcc

Monochromatic Colors of #ccefd0

#ccefd0

Complementary Color

#ccefd0 #efcceb

#ccefd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccefd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccefd0 Color CSS Codes

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

#ccefd0 Text Font Color

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

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


#ccefd0 Background Color

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

This div background color is #ccefd0


#ccefd0 Border Color

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

This div border color is #ccefd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccefd0


Comments

No comments written yet.

Please login to write comment.