Color Hex Logo

#7db1dd Color Hex

#7DB1DD
(125,177,221)
0 Favorites   0 Comments

Color spaces of #7db1dd

RGB 125177221
HSL0.580.590.68
HSV208°43°87°
CMYK 0.430.200.00   0.13
XYZ37.230741.024774.3629
Yxy41.02470.24390.2688
Hunter Lab64.0505-8.3316-24.0005
CIE-Lab70.1932-5.6827-27.5191

#7db1dd color RGB value is (125,177,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10110001 11011101
Octal 175 261 335
Decimal 125 177 221
Hex 7D B1 DD

RGB Percentages of Color #7db1dd

%23.90
%33.84
%42.26

CMYK Percentages of Color #7db1dd

%43
%20
%0
%13

Triadic Colors of #7db1dd

#7db1dd #dd7db1 #b1dd7d

Analogous Colors of #7db1dd

#7db1dd #7d81dd #7dddd9

Monochromatic Colors of #7db1dd

#7db1dd

Complementary Color

#7db1dd #dda97d

#7db1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7db1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7db1dd Color CSS Codes

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

#7db1dd Text Font Color

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

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


#7db1dd Background Color

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

This div background color is #7db1dd


#7db1dd Border Color

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

This div border color is #7db1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7db1dd


Comments

No comments written yet.

Please login to write comment.