Color Hex Logo

#7dbbde Color Hex

#7DBBDE
(125,187,222)
0 Favorites   0 Comments

Color spaces of #7dbbde

RGB 125187222
HSL0.560.600.68
HSV202°44°87°
CMYK 0.440.160.00   0.13
XYZ39.412645.174575.7495
Yxy45.17450.24580.2817
Hunter Lab67.2120-12.9499-19.7729
CIE-Lab73.0066-10.7981-23.7564

#7dbbde color RGB value is (125,187,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111011 11011110
Octal 175 273 336
Decimal 125 187 222
Hex 7D BB DE

RGB Percentages of Color #7dbbde

%23.41
%35.02
%41.57

CMYK Percentages of Color #7dbbde

%44
%16
%0
%13

Triadic Colors of #7dbbde

#7dbbde #de7dbb #bbde7d

Analogous Colors of #7dbbde

#7dbbde #7d8bde #7dded1

Monochromatic Colors of #7dbbde

#7dbbde

Complementary Color

#7dbbde #dea07d

#7dbbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbbde Color CSS Codes

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

#7dbbde Text Font Color

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

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


#7dbbde Background Color

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

This div background color is #7dbbde


#7dbbde Border Color

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

This div border color is #7dbbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbbde


Comments

No comments written yet.

Please login to write comment.