Color Hex Logo

#ceafdc Color Hex

#CEAFDC
(206,175,220)
0 Favorites   0 Comments

Color spaces of #ceafdc

RGB 206175220
HSL0.780.390.77
HSV281°20°86°
CMYK 0.060.200.00   0.14
XYZ53.701848.949174.3279
Yxy48.94910.30340.2766
Hunter Lab69.963614.5744-14.0139
CIE-Lab75.419719.3019-18.4804

#ceafdc color RGB value is (206,175,220).

#ceafdc hex color red value is 206, green value is 175 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ceafdc hue: 0.78 , saturation: 0.39 and the lightness value of ceafdc is 0.77.

The process color (four color CMYK) of #ceafdc color hex is 0.06, 0.20, 0.00, 0.14. Web safe color of #ceafdc is #cc99cc. Color #ceafdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101111 11011100
Octal 316 257 334
Decimal 206 175 220
Hex CE AF DC

RGB Percentages of Color #ceafdc

%34.28
%29.12
%36.61

CMYK Percentages of Color #ceafdc

%6
%20
%0
%14

Triadic Colors of #ceafdc

#ceafdc #dcceaf #afdcce

Analogous Colors of #ceafdc

#ceafdc #dcafd4 #b8afdc

Monochromatic Colors of #ceafdc

#ceafdc

Complementary Color

#ceafdc #bddcaf

#ceafdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceafdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceafdc Color CSS Codes

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

#ceafdc Text Font Color

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

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


#ceafdc Background Color

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

This div background color is #ceafdc


#ceafdc Border Color

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

This div border color is #ceafdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceafdc


Comments

No comments written yet.

Please login to write comment.