Color Hex Logo

#cecaff Color Hex

#CECAFF
(206,202,255)
0 Favorites   0 Comments

Color spaces of #cecaff

RGB 206202255
HSL0.681.000.90
HSV245°21°100°
CMYK 0.190.210.00   0.00
XYZ64.624162.5829103.2814
Yxy62.58290.28040.2715
Hunter Lab79.10947.3745-22.0296
CIE-Lab83.222411.9822-25.4365

#cecaff color RGB value is (206,202,255).

#cecaff hex color red value is 206, green value is 202 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #cecaff hue: 0.68 , saturation: 1.00 and the lightness value of cecaff is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001010 11111111
Octal 316 312 377
Decimal 206 202 255
Hex CE CA FF

RGB Percentages of Color #cecaff

%31.07
%30.47
%38.46

CMYK Percentages of Color #cecaff

%19
%21
%0
%0

Triadic Colors of #cecaff

#cecaff #ffceca #caffce

Analogous Colors of #cecaff

#cecaff #e9caff #cae1ff

Monochromatic Colors of #cecaff

#cecaff

Complementary Color

#cecaff #fbffca

#cecaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecaff Color CSS Codes

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

#cecaff Text Font Color

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

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


#cecaff Background Color

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

This div background color is #cecaff


#cecaff Border Color

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

This div border color is #cecaff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,202,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecaff


Comments

No comments written yet.

Please login to write comment.