Color Hex Logo

#cea8d3 Color Hex

#CEA8D3
(206,168,211)
1 Favorites   0 Comments

Color spaces of #cea8d3

RGB 206168211
HSL0.810.330.74
HSV293°20°83°
CMYK 0.020.200.00   0.17
XYZ51.214145.830267.7749
Yxy45.83020.31070.2781
Hunter Lab67.698016.5652-11.9687
CIE-Lab73.435221.3715-16.5666

#cea8d3 color RGB value is (206,168,211).

#cea8d3 hex color red value is 206, green value is 168 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #cea8d3 hue: 0.81 , saturation: 0.33 and the lightness value of cea8d3 is 0.74.

The process color (four color CMYK) of #cea8d3 color hex is 0.02, 0.20, 0.00, 0.17. Web safe color of #cea8d3 is #cc99cc. Color #cea8d3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101000 11010011
Octal 316 250 323
Decimal 206 168 211
Hex CE A8 D3

RGB Percentages of Color #cea8d3

%35.21
%28.72
%36.07

CMYK Percentages of Color #cea8d3

%2
%20
%0
%17

Triadic Colors of #cea8d3

#cea8d3 #d3cea8 #a8d3ce

Analogous Colors of #cea8d3

#cea8d3 #d3a8c3 #b9a8d3

Monochromatic Colors of #cea8d3

#cea8d3

Complementary Color

#cea8d3 #add3a8

#cea8d3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea8d3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea8d3 Color CSS Codes

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

#cea8d3 Text Font Color

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

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


#cea8d3 Background Color

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

This div background color is #cea8d3


#cea8d3 Border Color

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

This div border color is #cea8d3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea8d3


Comments

No comments written yet.

Please login to write comment.