Color Hex Logo

#ceb9ef Color Hex

#CEB9EF
(206,185,239)
0 Favorites   0 Comments

Color spaces of #ceb9ef

RGB 206185239
HSL0.730.630.83
HSV263°23°94°
CMYK 0.140.230.00   0.06
XYZ58.382554.051789.0173
Yxy54.05170.28980.2683
Hunter Lab73.519913.0880-20.3240
CIE-Lab78.491917.7360-24.0944

#ceb9ef color RGB value is (206,185,239).

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

The process color (four color CMYK) of #ceb9ef color hex is 0.14, 0.23, 0.00, 0.06. Web safe color of #ceb9ef is #ccccff. Color #ceb9ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111001 11101111
Octal 316 271 357
Decimal 206 185 239
Hex CE B9 EF

RGB Percentages of Color #ceb9ef

%32.70
%29.37
%37.94

CMYK Percentages of Color #ceb9ef

%14
%23
%0
%6

Triadic Colors of #ceb9ef

#ceb9ef #efceb9 #b9efce

Analogous Colors of #ceb9ef

#ceb9ef #e9b9ef #b9bfef

Monochromatic Colors of #ceb9ef

#ceb9ef

Complementary Color

#ceb9ef #daefb9

#ceb9ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb9ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb9ef Color CSS Codes

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

#ceb9ef Text Font Color

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

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


#ceb9ef Background Color

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

This div background color is #ceb9ef


#ceb9ef Border Color

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

This div border color is #ceb9ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb9ef


Comments

No comments written yet.

Please login to write comment.