Color Hex Logo

#ceafd4 Color Hex

#CEAFD4
(206,175,212)
0 Favorites   0 Comments

Color spaces of #ceafd4

RGB 206175212
HSL0.810.300.76
HSV290°17°83°
CMYK 0.030.170.00   0.17
XYZ52.667248.535268.8797
Yxy48.53520.30970.2854
Hunter Lab69.667213.0253-9.8527
CIE-Lab75.161217.7440-14.5136

#ceafd4 color RGB value is (206,175,212).

#ceafd4 hex color red value is 206, green value is 175 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #ceafd4 hue: 0.81 , saturation: 0.30 and the lightness value of ceafd4 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101111 11010100
Octal 316 257 324
Decimal 206 175 212
Hex CE AF D4

RGB Percentages of Color #ceafd4

%34.74
%29.51
%35.75

CMYK Percentages of Color #ceafd4

%3
%17
%0
%17

Triadic Colors of #ceafd4

#ceafd4 #d4ceaf #afd4ce

Analogous Colors of #ceafd4

#ceafd4 #d4afc8 #bcafd4

Monochromatic Colors of #ceafd4

#ceafd4

Complementary Color

#ceafd4 #b5d4af

#ceafd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceafd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceafd4 Color CSS Codes

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

#ceafd4 Text Font Color

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

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


#ceafd4 Background Color

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

This div background color is #ceafd4


#ceafd4 Border Color

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

This div border color is #ceafd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceafd4


Comments

No comments written yet.

Please login to write comment.