Color Hex Logo

#7db5de Color Hex

#7DB5DE
(125,181,222)
0 Favorites   0 Comments

Color spaces of #7db5de

RGB 125181222
HSL0.570.600.68
HSV205°44°87°
CMYK 0.440.180.00   0.13
XYZ38.166142.681675.3341
Yxy42.68160.24440.2733
Hunter Lab65.3312-10.0508-22.6362
CIE-Lab71.3383-7.5800-26.3083

#7db5de color RGB value is (125,181,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10110101 11011110
Octal 175 265 336
Decimal 125 181 222
Hex 7D B5 DE

RGB Percentages of Color #7db5de

%23.67
%34.28
%42.05

CMYK Percentages of Color #7db5de

%44
%18
%0
%13

Triadic Colors of #7db5de

#7db5de #de7db5 #b5de7d

Analogous Colors of #7db5de

#7db5de #7d85de #7dded7

Monochromatic Colors of #7db5de

#7db5de

Complementary Color

#7db5de #dea67d

#7db5de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7db5de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7db5de Color CSS Codes

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

#7db5de Text Font Color

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

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


#7db5de Background Color

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

This div background color is #7db5de


#7db5de Border Color

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

This div border color is #7db5de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,181,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 #7db5de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7db5de


Comments

No comments written yet.

Please login to write comment.