Color Hex Logo

#ccedfe Color Hex

#CCEDFE
(204,237,254)
0 Favorites   0 Comments

Color spaces of #ccedfe

RGB 204237254
HSL0.560.960.90
HSV200°20°100°
CMYK 0.200.070.00   0.00
XYZ73.075480.5615105.4644
Yxy80.56150.28200.3109
Hunter Lab89.7561-11.7463-6.8372
CIE-Lab91.9362-7.1908-11.7877

#ccedfe color RGB value is (204,237,254).

#ccedfe hex color red value is 204, green value is 237 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ccedfe hue: 0.56 , saturation: 0.96 and the lightness value of ccedfe is 0.90.

The process color (four color CMYK) of #ccedfe color hex is 0.20, 0.07, 0.00, 0.00. Web safe color of #ccedfe is #ccffff. Color #ccedfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101101 11111110
Octal 314 355 376
Decimal 204 237 254
Hex CC ED FE

RGB Percentages of Color #ccedfe

%29.35
%34.10
%36.55

CMYK Percentages of Color #ccedfe

%20
%7
%0
%0

Triadic Colors of #ccedfe

#ccedfe #fecced #edfecc

Analogous Colors of #ccedfe

#ccedfe #ccd4fe #ccfef6

Monochromatic Colors of #ccedfe

#ccedfe

Complementary Color

#ccedfe #feddcc

#ccedfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccedfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccedfe Color CSS Codes

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

#ccedfe Text Font Color

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

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


#ccedfe Background Color

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

This div background color is #ccedfe


#ccedfe Border Color

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

This div border color is #ccedfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccedfe

Related Colors


Comments

No comments written yet.

Please login to write comment.