Color Hex Logo

#ceafd5 Color Hex

#CEAFD5
(206,175,213)
0 Favorites   0 Comments

Color spaces of #ceafd5

RGB 206175213
HSL0.800.310.76
HSV289°18°84°
CMYK 0.030.180.00   0.16
XYZ52.793848.585969.5463
Yxy48.58590.30890.2843
Hunter Lab69.703613.2154-10.3637
CIE-Lab75.193017.9360-15.0110

#ceafd5 color RGB value is (206,175,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101111 11010101
Octal 316 257 325
Decimal 206 175 213
Hex CE AF D5

RGB Percentages of Color #ceafd5

%34.68
%29.46
%35.86

CMYK Percentages of Color #ceafd5

%3
%18
%0
%16

Triadic Colors of #ceafd5

#ceafd5 #d5ceaf #afd5ce

Analogous Colors of #ceafd5

#ceafd5 #d5afc9 #bbafd5

Monochromatic Colors of #ceafd5

#ceafd5

Complementary Color

#ceafd5 #b6d5af

#ceafd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceafd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceafd5 Color CSS Codes

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

#ceafd5 Text Font Color

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

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


#ceafd5 Background Color

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

This div background color is #ceafd5


#ceafd5 Border Color

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

This div border color is #ceafd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceafd5


Comments

No comments written yet.

Please login to write comment.