Color Hex Logo

#7dafc9 Color Hex

#7DAFC9
(125,175,201)
0 Favorites   0 Comments

Color spaces of #7dafc9

RGB 125175201
HSL0.560.410.64
HSV201°38°79°
CMYK 0.380.130.00   0.21
XYZ34.330039.237061.0224
Yxy39.23700.25510.2915
Hunter Lab62.6394-11.7908-13.9118
CIE-Lab68.9226-9.9649-18.4763

#7dafc9 color RGB value is (125,175,201).

#7dafc9 hex color red value is 125, green value is 175 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #7dafc9 hue: 0.56 , saturation: 0.41 and the lightness value of 7dafc9 is 0.64.

The process color (four color CMYK) of #7dafc9 color hex is 0.38, 0.13, 0.00, 0.21. Web safe color of #7dafc9 is #6699cc. Color #7dafc9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101111 11001001
Octal 175 257 311
Decimal 125 175 201
Hex 7D AF C9

RGB Percentages of Color #7dafc9

%24.95
%34.93
%40.12

CMYK Percentages of Color #7dafc9

%38
%13
%0
%21

Triadic Colors of #7dafc9

#7dafc9 #c97daf #afc97d

Analogous Colors of #7dafc9

#7dafc9 #7d89c9 #7dc9bd

Monochromatic Colors of #7dafc9

#7dafc9

Complementary Color

#7dafc9 #c9977d

#7dafc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dafc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dafc9 Color CSS Codes

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

#7dafc9 Text Font Color

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

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


#7dafc9 Background Color

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

This div background color is #7dafc9


#7dafc9 Border Color

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

This div border color is #7dafc9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,175,201, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7dafc9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7dafc9;
  -webkit-box-shadow: 1px 1px 3px 2px #7dafc9;
  box-shadow:         1px 1px 3px 2px #7dafc9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dafc9


Comments

No comments written yet.

Please login to write comment.