Color Hex Logo

#ceb8eb Color Hex

#CEB8EB
(206,184,235)
0 Favorites   0 Comments

Color spaces of #ceb8eb

RGB 206184235
HSL0.740.560.82
HSV266°22°92°
CMYK 0.120.220.00   0.08
XYZ57.589553.400985.8694
Yxy53.40090.29250.2713
Hunter Lab73.075912.7890-18.5168
CIE-Lab78.111117.4441-22.5200

#ceb8eb color RGB value is (206,184,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111000 11101011
Octal 316 270 353
Decimal 206 184 235
Hex CE B8 EB

RGB Percentages of Color #ceb8eb

%32.96
%29.44
%37.60

CMYK Percentages of Color #ceb8eb

%12
%22
%0
%8

Triadic Colors of #ceb8eb

#ceb8eb #ebceb8 #b8ebce

Analogous Colors of #ceb8eb

#ceb8eb #e8b8eb #b8bceb

Monochromatic Colors of #ceb8eb

#ceb8eb

Complementary Color

#ceb8eb #d5ebb8

#ceb8eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb8eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb8eb Color CSS Codes

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

#ceb8eb Text Font Color

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

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


#ceb8eb Background Color

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

This div background color is #ceb8eb


#ceb8eb Border Color

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

This div border color is #ceb8eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb8eb


Comments

No comments written yet.

Please login to write comment.