Color Hex Logo

#ceb6ef Color Hex

#CEB6EF
(206,182,239)
0 Favorites   0 Comments

Color spaces of #ceb6ef

RGB 206182239
HSL0.740.640.83
HSV265°24°94°
CMYK 0.140.240.00   0.06
XYZ57.761552.809788.8103
Yxy52.80970.28970.2649
Hunter Lab72.670314.7066-21.5891
CIE-Lab77.762519.3674-25.2068

#ceb6ef color RGB value is (206,182,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110110 11101111
Octal 316 266 357
Decimal 206 182 239
Hex CE B6 EF

RGB Percentages of Color #ceb6ef

%32.85
%29.03
%38.12

CMYK Percentages of Color #ceb6ef

%14
%24
%0
%6

Triadic Colors of #ceb6ef

#ceb6ef #efceb6 #b6efce

Analogous Colors of #ceb6ef

#ceb6ef #ebb6ef #b6bbef

Monochromatic Colors of #ceb6ef

#ceb6ef

Complementary Color

#ceb6ef #d7efb6

#ceb6ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb6ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb6ef Color CSS Codes

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

#ceb6ef Text Font Color

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

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


#ceb6ef Background Color

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

This div background color is #ceb6ef


#ceb6ef Border Color

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

This div border color is #ceb6ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb6ef


Comments

No comments written yet.

Please login to write comment.