Color Hex Logo

#ceb2ca Color Hex

#CEB2CA
(206,178,202)
0 Favorites   0 Comments

Color spaces of #ceb2ca

RGB 206178202
HSL0.860.220.75
HSV309°14°81°
CMYK 0.000.140.02   0.19
XYZ52.034749.226962.6363
Yxy49.22690.31750.3004
Hunter Lab70.16199.5990-3.8172
CIE-Lab75.592314.2355-8.4179

#ceb2ca color RGB value is (206,178,202).

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

The process color (four color CMYK) of #ceb2ca color hex is 0.00, 0.14, 0.02, 0.19. Web safe color of #ceb2ca is #cc99cc. Color #ceb2ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110010 11001010
Octal 316 262 312
Decimal 206 178 202
Hex CE B2 CA

RGB Percentages of Color #ceb2ca

%35.15
%30.38
%34.47

CMYK Percentages of Color #ceb2ca

%0
%14
%2
%19

Triadic Colors of #ceb2ca

#ceb2ca #caceb2 #b2cace

Analogous Colors of #ceb2ca

#ceb2ca #ceb2bc #c4b2ce

Monochromatic Colors of #ceb2ca

#ceb2ca

Complementary Color

#ceb2ca #b2ceb6

#ceb2ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb2ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb2ca Color CSS Codes

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

#ceb2ca Text Font Color

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

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


#ceb2ca Background Color

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

This div background color is #ceb2ca


#ceb2ca Border Color

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

This div border color is #ceb2ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb2ca


Comments

No comments written yet.

Please login to write comment.