Color Hex Logo

#7dafc5 Color Hex

#7DAFC5
(125,175,197)
0 Favorites   0 Comments

Color spaces of #7dafc5

RGB 125175197
HSL0.550.380.63
HSV198°37°77°
CMYK 0.370.110.00   0.23
XYZ33.865539.051158.5760
Yxy39.05110.25750.2970
Hunter Lab62.4909-12.6251-11.8320
CIE-Lab68.7883-10.9992-16.4743

#7dafc5 color RGB value is (125,175,197).

#7dafc5 hex color red value is 125, green value is 175 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #7dafc5 hue: 0.55 , saturation: 0.38 and the lightness value of 7dafc5 is 0.63.

The process color (four color CMYK) of #7dafc5 color hex is 0.37, 0.11, 0.00, 0.23. Web safe color of #7dafc5 is #6699cc. Color #7dafc5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101111 11000101
Octal 175 257 305
Decimal 125 175 197
Hex 7D AF C5

RGB Percentages of Color #7dafc5

%25.15
%35.21
%39.64

CMYK Percentages of Color #7dafc5

%37
%11
%0
%23

Triadic Colors of #7dafc5

#7dafc5 #c57daf #afc57d

Analogous Colors of #7dafc5

#7dafc5 #7d8bc5 #7dc5b7

Monochromatic Colors of #7dafc5

#7dafc5

Complementary Color

#7dafc5 #c5937d

#7dafc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dafc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dafc5 Color CSS Codes

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

#7dafc5 Text Font Color

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

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


#7dafc5 Background Color

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

This div background color is #7dafc5


#7dafc5 Border Color

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

This div border color is #7dafc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dafc5


Comments

No comments written yet.

Please login to write comment.