Color Hex Logo

#ccefee Color Hex

#CCEFEE
(204,239,238)
0 Favorites   0 Comments

Color spaces of #ccefee

RGB 204239238
HSL0.500.520.87
HSV178°15°94°
CMYK 0.150.000.00   0.06
XYZ71.201080.743492.7213
Yxy80.74340.29100.3300
Hunter Lab89.8573-15.81081.7204
CIE-Lab92.0174-11.4911-3.3332

#ccefee color RGB value is (204,239,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101111 11101110
Octal 314 357 356
Decimal 204 239 238
Hex CC EF EE

RGB Percentages of Color #ccefee

%29.96
%35.10
%34.95

CMYK Percentages of Color #ccefee

%15
%0
%0
%6

Triadic Colors of #ccefee

#ccefee #eeccef #efeecc

Analogous Colors of #ccefee

#ccefee #ccdfef #ccefdd

Monochromatic Colors of #ccefee

#ccefee

Complementary Color

#ccefee #efcccd

#ccefee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccefee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccefee Color CSS Codes

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

#ccefee Text Font Color

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

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


#ccefee Background Color

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

This div background color is #ccefee


#ccefee Border Color

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

This div border color is #ccefee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccefee


Comments

No comments written yet.

Please login to write comment.