Color Hex Logo

#ceadec Color Hex

#CEADEC
(206,173,236)
0 Favorites   0 Comments

Color spaces of #ceadec

RGB 206173236
HSL0.750.620.80
HSV271°27°93°
CMYK 0.130.270.00   0.07
XYZ55.537549.065185.9002
Yxy49.06510.29150.2576
Hunter Lab70.046518.9453-23.6766
CIE-Lab75.491823.6481-27.0581

#ceadec color RGB value is (206,173,236).

#ceadec hex color red value is 206, green value is 173 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ceadec hue: 0.75 , saturation: 0.62 and the lightness value of ceadec is 0.80.

The process color (four color CMYK) of #ceadec color hex is 0.13, 0.27, 0.00, 0.07. Web safe color of #ceadec is #cc99ff. Color #ceadec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101101 11101100
Octal 316 255 354
Decimal 206 173 236
Hex CE AD EC

RGB Percentages of Color #ceadec

%33.50
%28.13
%38.37

CMYK Percentages of Color #ceadec

%13
%27
%0
%7

Triadic Colors of #ceadec

#ceadec #eccead #adecce

Analogous Colors of #ceadec

#ceadec #ecadeb #afadec

Monochromatic Colors of #ceadec

#ceadec

Complementary Color

#ceadec #cbecad

#ceadec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceadec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceadec Color CSS Codes

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

#ceadec Text Font Color

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

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


#ceadec Background Color

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

This div background color is #ceadec


#ceadec Border Color

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

This div border color is #ceadec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceadec


Comments

No comments written yet.

Please login to write comment.