Color Hex Logo

#7db3cc Color Hex

#7DB3CC
(125,179,204)
0 Favorites   0 Comments

Color spaces of #7db3cc

RGB 125179204
HSL0.550.440.65
HSV199°39°80°
CMYK 0.390.120.00   0.20
XYZ35.476640.959863.1630
Yxy40.95980.25410.2934
Hunter Lab63.9998-13.0530-13.7149
CIE-Lab70.1477-11.3248-18.2700

#7db3cc color RGB value is (125,179,204).

#7db3cc hex color red value is 125, green value is 179 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7db3cc hue: 0.55 , saturation: 0.44 and the lightness value of 7db3cc is 0.65.

The process color (four color CMYK) of #7db3cc color hex is 0.39, 0.12, 0.00, 0.20. Web safe color of #7db3cc is #66cccc. Color #7db3cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10110011 11001100
Octal 175 263 314
Decimal 125 179 204
Hex 7D B3 CC

RGB Percentages of Color #7db3cc

%24.61
%35.24
%40.16

CMYK Percentages of Color #7db3cc

%39
%12
%0
%20

Triadic Colors of #7db3cc

#7db3cc #cc7db3 #b3cc7d

Analogous Colors of #7db3cc

#7db3cc #7d8ccc #7dccbe

Monochromatic Colors of #7db3cc

#7db3cc

Complementary Color

#7db3cc #cc967d

#7db3cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7db3cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7db3cc Color CSS Codes

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

#7db3cc Text Font Color

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

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


#7db3cc Background Color

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

This div background color is #7db3cc


#7db3cc Border Color

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

This div border color is #7db3cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7db3cc


Comments

No comments written yet.

Please login to write comment.