Color Hex Logo

#cebdea Color Hex

#CEBDEA
(206,189,234)
0 Favorites   0 Comments

Color spaces of #cebdea

RGB 206189234
HSL0.730.520.83
HSV263°19°92°
CMYK 0.120.190.00   0.08
XYZ58.502555.457585.4629
Yxy55.45750.29340.2781
Hunter Lab74.46989.9051-15.9134
CIE-Lab79.304114.5262-20.1711

#cebdea color RGB value is (206,189,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111101 11101010
Octal 316 275 352
Decimal 206 189 234
Hex CE BD EA

RGB Percentages of Color #cebdea

%32.75
%30.05
%37.20

CMYK Percentages of Color #cebdea

%12
%19
%0
%8

Triadic Colors of #cebdea

#cebdea #eacebd #bdeace

Analogous Colors of #cebdea

#cebdea #e5bdea #bdc3ea

Monochromatic Colors of #cebdea

#cebdea

Complementary Color

#cebdea #d9eabd

#cebdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebdea Color CSS Codes

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

#cebdea Text Font Color

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

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


#cebdea Background Color

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

This div background color is #cebdea


#cebdea Border Color

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

This div border color is #cebdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebdea


Comments

No comments written yet.

Please login to write comment.