Color Hex Logo

#7db7dc Color Hex

#7DB7DC
(125,183,220)
0 Favorites   0 Comments

Color spaces of #7db7dc

RGB 125183220
HSL0.560.580.68
HSV203°43°86°
CMYK 0.430.170.00   0.14
XYZ38.309243.394374.0670
Yxy43.39430.24590.2786
Hunter Lab65.8744-11.4735-20.5517
CIE-Lab71.8218-9.2034-24.4774

#7db7dc color RGB value is (125,183,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10110111 11011100
Octal 175 267 334
Decimal 125 183 220
Hex 7D B7 DC

RGB Percentages of Color #7db7dc

%23.67
%34.66
%41.67

CMYK Percentages of Color #7db7dc

%43
%17
%0
%14

Triadic Colors of #7db7dc

#7db7dc #dc7db7 #b7dc7d

Analogous Colors of #7db7dc

#7db7dc #7d88dc #7ddcd2

Monochromatic Colors of #7db7dc

#7db7dc

Complementary Color

#7db7dc #dca27d

#7db7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7db7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7db7dc Color CSS Codes

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

#7db7dc Text Font Color

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

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


#7db7dc Background Color

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

This div background color is #7db7dc


#7db7dc Border Color

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

This div border color is #7db7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7db7dc


Comments

No comments written yet.

Please login to write comment.