Color Hex Logo

#ccefea Color Hex

#CCEFEA
(204,239,234)
0 Favorites   0 Comments

Color spaces of #ccefea

RGB 204239234
HSL0.480.520.87
HSV171°15°94°
CMYK 0.150.000.02   0.06
XYZ70.619680.510989.6600
Yxy80.51090.29330.3344
Hunter Lab89.7279-16.53683.5644
CIE-Lab91.9136-12.2831-1.4025

#ccefea color RGB value is (204,239,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101111 11101010
Octal 314 357 352
Decimal 204 239 234
Hex CC EF EA

RGB Percentages of Color #ccefea

%30.13
%35.30
%34.56

CMYK Percentages of Color #ccefea

%15
%0
%2
%6

Triadic Colors of #ccefea

#ccefea #eaccef #efeacc

Analogous Colors of #ccefea

#ccefea #cce3ef #ccefd9

Monochromatic Colors of #ccefea

#ccefea

Complementary Color

#ccefea #efccd1

#ccefea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccefea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccefea Color CSS Codes

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

#ccefea Text Font Color

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

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


#ccefea Background Color

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

This div background color is #ccefea


#ccefea Border Color

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

This div border color is #ccefea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccefea


Comments

No comments written yet.

Please login to write comment.