color codes Logo

#c8adec color codes

#C8ADEC
(200,173,236)
0 Favorites   0 Comments

Color spaces of #c8adec

RGB 200173236
HSL0.740.620.80
HSV266°27°93°
CMYK 0.150.270.00   0.07
XYZ53.903348.222685.8238
Yxy48.22260.28680.2566
Hunter Lab69.442517.0326-24.6666
CIE-Lab74.965121.7774-27.9114

#c8adec color RGB value is (200,173,236).

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

The process color (four color CMYK) of #c8adec color code is 0.15, 0.27, 0.00, 0.07. Web safe color of #c8adec is #cc99ff. Color #c8adec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101101 11101100
Octal 310 255 354
Decimal 200 173 236
Hex C8 AD EC

RGB Percentages of Color #c8adec

%32.84
%28.41
%38.75

CMYK Percentages of Color #c8adec

%15
%27
%0
%7

Triadic Colors of #c8adec

#c8adec #ecc8ad #adecc8

Analogous Colors of #c8adec

#c8adec #e8adec #adb2ec

Monochromatic Colors of #c8adec

#c8adec

Complementary Color

#c8adec #d1ecad

#c8adec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8adec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8adec Color CSS Codes

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

#c8adec Text Font Color

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

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


#c8adec Background Color

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

This div background color is #c8adec


#c8adec Border Color

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

This div border color is #c8adec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,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 #c8adec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8adec


Comments

No comments written yet.

Please login to write comment.