Color Hex Logo

#7db9de Color Hex

#7DB9DE
(125,185,222)
0 Favorites   0 Comments

Color spaces of #7db9de

RGB 125185222
HSL0.560.600.68
HSV203°44°87°
CMYK 0.440.170.00   0.13
XYZ38.991244.331875.6091
Yxy44.33180.24530.2789
Hunter Lab66.5821-11.9872-20.7208
CIE-Lab72.4497-9.7312-24.6071

#7db9de color RGB value is (125,185,222).

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

The process color (four color CMYK) of #7db9de color hex is 0.44, 0.17, 0.00, 0.13. Web safe color of #7db9de is #66cccc. Color #7db9de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111001 11011110
Octal 175 271 336
Decimal 125 185 222
Hex 7D B9 DE

RGB Percentages of Color #7db9de

%23.50
%34.77
%41.73

CMYK Percentages of Color #7db9de

%44
%17
%0
%13

Triadic Colors of #7db9de

#7db9de #de7db9 #b9de7d

Analogous Colors of #7db9de

#7db9de #7d89de #7dded3

Monochromatic Colors of #7db9de

#7db9de

Complementary Color

#7db9de #dea27d

#7db9de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7db9de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7db9de Color CSS Codes

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

#7db9de Text Font Color

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

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


#7db9de Background Color

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

This div background color is #7db9de


#7db9de Border Color

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

This div border color is #7db9de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7db9de


Comments

No comments written yet.

Please login to write comment.