Color Hex Logo

#ceb6ea Color Hex

#CEB6EA
(206,182,234)
0 Favorites   0 Comments

Color spaces of #ceb6ea

RGB 206182234
HSL0.740.550.82
HSV268°22°92°
CMYK 0.120.220.00   0.08
XYZ57.032852.518284.9730
Yxy52.51820.29320.2700
Hunter Lab72.469413.6564-18.7910
CIE-Lab77.589718.3239-22.7738

#ceb6ea color RGB value is (206,182,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110110 11101010
Octal 316 266 352
Decimal 206 182 234
Hex CE B6 EA

RGB Percentages of Color #ceb6ea

%33.12
%29.26
%37.62

CMYK Percentages of Color #ceb6ea

%12
%22
%0
%8

Triadic Colors of #ceb6ea

#ceb6ea #eaceb6 #b6eace

Analogous Colors of #ceb6ea

#ceb6ea #e8b6ea #b6b8ea

Monochromatic Colors of #ceb6ea

#ceb6ea

Complementary Color

#ceb6ea #d2eab6

#ceb6ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb6ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb6ea Color CSS Codes

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

#ceb6ea Text Font Color

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

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


#ceb6ea Background Color

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

This div background color is #ceb6ea


#ceb6ea Border Color

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

This div border color is #ceb6ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb6ea


Comments

No comments written yet.

Please login to write comment.