Color Hex Logo

#ceccfb Color Hex

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

Color spaces of #ceccfb

RGB 206204251
HSL0.670.850.89
HSV243°19°98°
CMYK 0.180.190.00   0.02
XYZ64.459163.2726100.0823
Yxy63.27260.28290.2777
Hunter Lab79.54415.4466-18.9178
CIE-Lab83.585610.0424-22.7601

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

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

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

Base Numbers

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

RGB Percentages of Color #ceccfb

%31.16
%30.86
%37.97

CMYK Percentages of Color #ceccfb

%18
%19
%0
%2

Triadic Colors of #ceccfb

#ceccfb #fbcecc #ccfbce

Analogous Colors of #ceccfb

#ceccfb #e6ccfb #cce2fb

Monochromatic Colors of #ceccfb

#ceccfb

Complementary Color

#ceccfb #f9fbcc

#ceccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceccfb Color CSS Codes

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

#ceccfb Text Font Color

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

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


#ceccfb Background Color

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

This div background color is #ceccfb


#ceccfb Border Color

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

This div border color is #ceccfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceccfb


Comments

No comments written yet.

Please login to write comment.