Color Hex Logo

#cce4fd Color Hex

#CCE4FD
(204,228,253)
0 Favorites   0 Comments

Color spaces of #cce4fd

RGB 204228253
HSL0.590.920.90
HSV211°19°99°
CMYK 0.190.100.00   0.01
XYZ70.374975.4160103.7761
Yxy75.41600.28200.3022
Hunter Lab86.8424-7.3222-10.0615
CIE-Lab89.5875-2.7805-14.7756

#cce4fd color RGB value is (204,228,253).

#cce4fd hex color red value is 204, green value is 228 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #cce4fd hue: 0.59 , saturation: 0.92 and the lightness value of cce4fd is 0.90.

The process color (four color CMYK) of #cce4fd color hex is 0.19, 0.10, 0.00, 0.01. Web safe color of #cce4fd is #ccccff. Color #cce4fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100100 11111101
Octal 314 344 375
Decimal 204 228 253
Hex CC E4 FD

RGB Percentages of Color #cce4fd

%29.78
%33.28
%36.93

CMYK Percentages of Color #cce4fd

%19
%10
%0
%1

Triadic Colors of #cce4fd

#cce4fd #fdcce4 #e4fdcc

Analogous Colors of #cce4fd

#cce4fd #cdccfd #ccfdfd

Monochromatic Colors of #cce4fd

#cce4fd

Complementary Color

#cce4fd #fde5cc

#cce4fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce4fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce4fd Color CSS Codes

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

#cce4fd Text Font Color

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

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


#cce4fd Background Color

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

This div background color is #cce4fd


#cce4fd Border Color

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

This div border color is #cce4fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce4fd

Related Colors


Comments

No comments written yet.

Please login to write comment.