Color Hex Logo

#7dbbda Color Hex

#7DBBDA
(125,187,218)
0 Favorites   0 Comments

Color spaces of #7dbbda

RGB 125187218
HSL0.560.560.67
HSV200°43°85°
CMYK 0.430.140.00   0.15
XYZ38.882744.962672.9590
Yxy44.96260.24800.2867
Hunter Lab67.0542-13.8380-17.5732
CIE-Lab72.8673-11.8759-21.7933

#7dbbda color RGB value is (125,187,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111011 11011010
Octal 175 273 332
Decimal 125 187 218
Hex 7D BB DA

RGB Percentages of Color #7dbbda

%23.58
%35.28
%41.13

CMYK Percentages of Color #7dbbda

%43
%14
%0
%15

Triadic Colors of #7dbbda

#7dbbda #da7dbb #bbda7d

Analogous Colors of #7dbbda

#7dbbda #7d8dda #7ddacb

Monochromatic Colors of #7dbbda

#7dbbda

Complementary Color

#7dbbda #da9c7d

#7dbbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbbda Color CSS Codes

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

#7dbbda Text Font Color

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

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


#7dbbda Background Color

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

This div background color is #7dbbda


#7dbbda Border Color

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

This div border color is #7dbbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbbda


Comments

No comments written yet.

Please login to write comment.