Color Hex Logo

#cea7bc Color Hex

#CEA7BC
(206,167,188)
0 Favorites   0 Comments

Color spaces of #cea7bc

RGB 206167188
HSL0.910.280.73
HSV328°19°81°
CMYK 0.000.190.09   0.19
XYZ48.349444.390153.5968
Yxy44.39010.33040.3033
Hunter Lab66.625912.9394-1.0574
CIE-Lab72.488517.7202-5.3485

#cea7bc color RGB value is (206,167,188).

#cea7bc hex color red value is 206, green value is 167 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #cea7bc hue: 0.91 , saturation: 0.28 and the lightness value of cea7bc is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100111 10111100
Octal 316 247 274
Decimal 206 167 188
Hex CE A7 BC

RGB Percentages of Color #cea7bc

%36.72
%29.77
%33.51

CMYK Percentages of Color #cea7bc

%0
%19
%9
%19

Triadic Colors of #cea7bc

#cea7bc #bccea7 #a7bcce

Analogous Colors of #cea7bc

#cea7bc #cea7a9 #cda7ce

Monochromatic Colors of #cea7bc

#cea7bc

Complementary Color

#cea7bc #a7ceb9

#cea7bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea7bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea7bc Color CSS Codes

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

#cea7bc Text Font Color

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

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


#cea7bc Background Color

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

This div background color is #cea7bc


#cea7bc Border Color

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

This div border color is #cea7bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea7bc


Comments

No comments written yet.

Please login to write comment.