Color Hex Logo

#cccefb Color Hex

#CCCEFB
(204,206,251)
0 Favorites   0 Comments

Color spaces of #cccefb

RGB 204206251
HSL0.660.850.89
HSV237°19°98°
CMYK 0.190.180.00   0.02
XYZ64.385763.9450100.2159
Yxy63.94500.28170.2798
Hunter Lab79.96563.7825-18.3285
CIE-Lab83.93718.3604-22.2406

#cccefb color RGB value is (204,206,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001110 11111011
Octal 314 316 373
Decimal 204 206 251
Hex CC CE FB

RGB Percentages of Color #cccefb

%30.86
%31.16
%37.97

CMYK Percentages of Color #cccefb

%19
%18
%0
%2

Triadic Colors of #cccefb

#cccefb #fbccce #cefbcc

Analogous Colors of #cccefb

#cccefb #e2ccfb #cce6fb

Monochromatic Colors of #cccefb

#cccefb

Complementary Color

#cccefb #fbf9cc

#cccefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccefb Color CSS Codes

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

#cccefb Text Font Color

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

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


#cccefb Background Color

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

This div background color is #cccefb


#cccefb Border Color

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

This div border color is #cccefb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,206,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 #cccefb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccefb


Comments

No comments written yet.

Please login to write comment.