Color Hex Logo

#cce4fb Color Hex

#CCE4FB
(204,228,251)
0 Favorites   0 Comments

Color spaces of #cce4fb

RGB 204228251
HSL0.580.850.89
HSV209°19°98°
CMYK 0.190.090.00   0.02
XYZ70.057875.2892102.1066
Yxy75.28920.28310.3043
Hunter Lab86.7693-7.7250-9.0315
CIE-Lab89.5283-3.2057-13.8165

#cce4fb color RGB value is (204,228,251).

#cce4fb hex color red value is 204, green value is 228 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #cce4fb hue: 0.58 , saturation: 0.85 and the lightness value of cce4fb is 0.89.

The process color (four color CMYK) of #cce4fb color hex is 0.19, 0.09, 0.00, 0.02. Web safe color of #cce4fb is #ccccff. Color #cce4fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100100 11111011
Octal 314 344 373
Decimal 204 228 251
Hex CC E4 FB

RGB Percentages of Color #cce4fb

%29.87
%33.38
%36.75

CMYK Percentages of Color #cce4fb

%19
%9
%0
%2

Triadic Colors of #cce4fb

#cce4fb #fbcce4 #e4fbcc

Analogous Colors of #cce4fb

#cce4fb #cccdfb #ccfbfb

Monochromatic Colors of #cce4fb

#cce4fb

Complementary Color

#cce4fb #fbe3cc

#cce4fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce4fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce4fb Color CSS Codes

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

#cce4fb Text Font Color

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

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


#cce4fb Background Color

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

This div background color is #cce4fb


#cce4fb Border Color

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

This div border color is #cce4fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce4fb


Comments

No comments written yet.

Please login to write comment.