Color Hex Logo

#ceafd6 Color Hex

#CEAFD6
(206,175,214)
0 Favorites   0 Comments

Color spaces of #ceafd6

RGB 206175214
HSL0.800.320.76
HSV288°18°84°
CMYK 0.040.180.00   0.16
XYZ52.921248.636870.2169
Yxy48.63680.30810.2831
Hunter Lab69.740113.4068-10.8773
CIE-Lab75.224818.1291-15.5079

#ceafd6 color RGB value is (206,175,214).

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

The process color (four color CMYK) of #ceafd6 color hex is 0.04, 0.18, 0.00, 0.16. Web safe color of #ceafd6 is #cc99cc. Color #ceafd6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101111 11010110
Octal 316 257 326
Decimal 206 175 214
Hex CE AF D6

RGB Percentages of Color #ceafd6

%34.62
%29.41
%35.97

CMYK Percentages of Color #ceafd6

%4
%18
%0
%16

Triadic Colors of #ceafd6

#ceafd6 #d6ceaf #afd6ce

Analogous Colors of #ceafd6

#ceafd6 #d6afcb #bbafd6

Monochromatic Colors of #ceafd6

#ceafd6

Complementary Color

#ceafd6 #b7d6af

#ceafd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceafd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceafd6 Color CSS Codes

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

#ceafd6 Text Font Color

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

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


#ceafd6 Background Color

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

This div background color is #ceafd6


#ceafd6 Border Color

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

This div border color is #ceafd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceafd6


Comments

No comments written yet.

Please login to write comment.