Color Hex Logo

#7dafbf Color Hex

#7DAFBF
(125,175,191)
0 Favorites   0 Comments

Color spaces of #7dafbf

RGB 125175191
HSL0.540.340.62
HSV195°35°75°
CMYK 0.350.080.00   0.25
XYZ33.191438.781555.0264
Yxy38.78150.26140.3054
Hunter Lab62.2748-13.8434-8.7967
CIE-Lab68.5927-12.5239-13.4571

#7dafbf color RGB value is (125,175,191).

#7dafbf hex color red value is 125, green value is 175 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7dafbf hue: 0.54 , saturation: 0.34 and the lightness value of 7dafbf is 0.62.

The process color (four color CMYK) of #7dafbf color hex is 0.35, 0.08, 0.00, 0.25. Web safe color of #7dafbf is #6699cc. Color #7dafbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101111 10111111
Octal 175 257 277
Decimal 125 175 191
Hex 7D AF BF

RGB Percentages of Color #7dafbf

%25.46
%35.64
%38.90

CMYK Percentages of Color #7dafbf

%35
%8
%0
%25

Triadic Colors of #7dafbf

#7dafbf #bf7daf #afbf7d

Analogous Colors of #7dafbf

#7dafbf #7d8ebf #7dbfae

Monochromatic Colors of #7dafbf

#7dafbf

Complementary Color

#7dafbf #bf8d7d

#7dafbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dafbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dafbf Color CSS Codes

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

#7dafbf Text Font Color

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

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


#7dafbf Background Color

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

This div background color is #7dafbf


#7dafbf Border Color

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

This div border color is #7dafbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dafbf


Comments

No comments written yet.

Please login to write comment.