Color Hex Logo

#c7adef Color Hex

#C7ADEF
(199,173,239)
0 Favorites   0 Comments

Color spaces of #c7adef

RGB 199173239
HSL0.730.670.81
HSV264°28°94°
CMYK 0.170.280.00   0.06
XYZ54.076748.261288.1266
Yxy48.26120.28390.2534
Hunter Lab69.470317.3741-26.5832
CIE-Lab74.989422.1162-29.5073

#c7adef color RGB value is (199,173,239).

#c7adef hex color red value is 199, green value is 173 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c7adef hue: 0.73 , saturation: 0.67 and the lightness value of c7adef is 0.81.

The process color (four color CMYK) of #c7adef color hex is 0.17, 0.28, 0.00, 0.06. Web safe color of #c7adef is #cc99ff. Color #c7adef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101101 11101111
Octal 307 255 357
Decimal 199 173 239
Hex C7 AD EF

RGB Percentages of Color #c7adef

%32.57
%28.31
%39.12

CMYK Percentages of Color #c7adef

%17
%28
%0
%6

Triadic Colors of #c7adef

#c7adef #efc7ad #adefc7

Analogous Colors of #c7adef

#c7adef #e8adef #adb4ef

Monochromatic Colors of #c7adef

#c7adef

Complementary Color

#c7adef #d5efad

#c7adef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7adef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7adef Color CSS Codes

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

#c7adef Text Font Color

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

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


#c7adef Background Color

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

This div background color is #c7adef


#c7adef Border Color

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

This div border color is #c7adef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7adef


Comments

No comments written yet.

Please login to write comment.