Color Hex Logo

#ceb0ea Color Hex

#CEB0EA
(206,176,234)
0 Favorites   0 Comments

Color spaces of #ceb0ea

RGB 206176234
HSL0.750.580.80
HSV271°25°92°
CMYK 0.120.250.00   0.08
XYZ55.830250.113084.5721
Yxy50.11300.29300.2630
Hunter Lab70.790516.8937-21.2793
CIE-Lab76.138621.5934-24.9856

#ceb0ea color RGB value is (206,176,234).

#ceb0ea hex color red value is 206, green value is 176 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ceb0ea hue: 0.75 , saturation: 0.58 and the lightness value of ceb0ea is 0.80.

The process color (four color CMYK) of #ceb0ea color hex is 0.12, 0.25, 0.00, 0.08. Web safe color of #ceb0ea is #cc99ff. Color #ceb0ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110000 11101010
Octal 316 260 352
Decimal 206 176 234
Hex CE B0 EA

RGB Percentages of Color #ceb0ea

%33.44
%28.57
%37.99

CMYK Percentages of Color #ceb0ea

%12
%25
%0
%8

Triadic Colors of #ceb0ea

#ceb0ea #eaceb0 #b0eace

Analogous Colors of #ceb0ea

#ceb0ea #eab0e9 #b1b0ea

Monochromatic Colors of #ceb0ea

#ceb0ea

Complementary Color

#ceb0ea #cceab0

#ceb0ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb0ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb0ea Color CSS Codes

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

#ceb0ea Text Font Color

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

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


#ceb0ea Background Color

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

This div background color is #ceb0ea


#ceb0ea Border Color

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

This div border color is #ceb0ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb0ea


Comments

No comments written yet.

Please login to write comment.