Color Hex Logo

#7dafdf Color Hex

#7DAFDF
(125,175,223)
0 Favorites   0 Comments

Color spaces of #7dafdf

RGB 125175223
HSL0.580.600.68
HSV209°44°87°
CMYK 0.440.220.00   0.13
XYZ37.106740.347675.6442
Yxy40.34760.24240.2635
Hunter Lab63.5198-6.8842-26.1432
CIE-Lab69.7164-4.0340-29.3471

#7dafdf color RGB value is (125,175,223).

#7dafdf hex color red value is 125, green value is 175 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7dafdf hue: 0.58 , saturation: 0.60 and the lightness value of 7dafdf is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101111 11011111
Octal 175 257 337
Decimal 125 175 223
Hex 7D AF DF

RGB Percentages of Color #7dafdf

%23.90
%33.46
%42.64

CMYK Percentages of Color #7dafdf

%44
%22
%0
%13

Triadic Colors of #7dafdf

#7dafdf #df7daf #afdf7d

Analogous Colors of #7dafdf

#7dafdf #7d7edf #7ddfde

Monochromatic Colors of #7dafdf

#7dafdf

Complementary Color

#7dafdf #dfad7d

#7dafdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dafdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dafdf Color CSS Codes

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

#7dafdf Text Font Color

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

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


#7dafdf Background Color

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

This div background color is #7dafdf


#7dafdf Border Color

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

This div border color is #7dafdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dafdf


Comments

No comments written yet.

Please login to write comment.