Color Hex Logo

#ceb5ca Color Hex

#CEB5CA
(206,181,202)
0 Favorites   0 Comments

Color spaces of #ceb5ca

RGB 206181202
HSL0.860.200.76
HSV310°12°81°
CMYK 0.000.120.02   0.19
XYZ52.638150.433862.8375
Yxy50.43380.31730.3040
Hunter Lab71.01688.0261-2.7496
CIE-Lab76.334812.6101-7.3157

#ceb5ca color RGB value is (206,181,202).

#ceb5ca hex color red value is 206, green value is 181 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ceb5ca hue: 0.86 , saturation: 0.20 and the lightness value of ceb5ca is 0.76.

The process color (four color CMYK) of #ceb5ca color hex is 0.00, 0.12, 0.02, 0.19. Web safe color of #ceb5ca is #cccccc. Color #ceb5ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110101 11001010
Octal 316 265 312
Decimal 206 181 202
Hex CE B5 CA

RGB Percentages of Color #ceb5ca

%34.97
%30.73
%34.30

CMYK Percentages of Color #ceb5ca

%0
%12
%2
%19

Triadic Colors of #ceb5ca

#ceb5ca #caceb5 #b5cace

Analogous Colors of #ceb5ca

#ceb5ca #ceb5be #c6b5ce

Monochromatic Colors of #ceb5ca

#ceb5ca

Complementary Color

#ceb5ca #b5ceb9

#ceb5ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb5ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb5ca Color CSS Codes

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

#ceb5ca Text Font Color

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

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


#ceb5ca Background Color

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

This div background color is #ceb5ca


#ceb5ca Border Color

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

This div border color is #ceb5ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb5ca


Comments

No comments written yet.

Please login to write comment.