Color Hex Logo

#cebdec Color Hex

#CEBDEC
(206,189,236)
0 Favorites   0 Comments

Color spaces of #cebdec

RGB 206189236
HSL0.730.550.83
HSV262°20°93°
CMYK 0.130.200.00   0.07
XYZ58.791555.573186.9849
Yxy55.57310.29200.2760
Hunter Lab74.547410.3155-16.9988
CIE-Lab79.370214.9401-21.1457

#cebdec color RGB value is (206,189,236).

#cebdec hex color red value is 206, green value is 189 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cebdec hue: 0.73 , saturation: 0.55 and the lightness value of cebdec is 0.83.

The process color (four color CMYK) of #cebdec color hex is 0.13, 0.20, 0.00, 0.07. Web safe color of #cebdec is #ccccff. Color #cebdec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111101 11101100
Octal 316 275 354
Decimal 206 189 236
Hex CE BD EC

RGB Percentages of Color #cebdec

%32.65
%29.95
%37.40

CMYK Percentages of Color #cebdec

%13
%20
%0
%7

Triadic Colors of #cebdec

#cebdec #eccebd #bdecce

Analogous Colors of #cebdec

#cebdec #e6bdec #bdc4ec

Monochromatic Colors of #cebdec

#cebdec

Complementary Color

#cebdec #dbecbd

#cebdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebdec Color CSS Codes

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

#cebdec Text Font Color

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

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


#cebdec Background Color

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

This div background color is #cebdec


#cebdec Border Color

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

This div border color is #cebdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebdec


Comments

No comments written yet.

Please login to write comment.