Color Hex Logo

#7dbaed Color Hex

#7DBAED
(125,186,237)
0 Favorites   0 Comments

Color spaces of #7dbaed

RGB 125186237
HSL0.580.760.71
HSV207°47°93°
CMYK 0.470.220.00   0.07
XYZ41.302445.592286.7441
Yxy45.59220.23790.2626
Hunter Lab67.5220-8.9772-28.9032
CIE-Lab73.2801-6.1104-31.4745

#7dbaed color RGB value is (125,186,237).

#7dbaed hex color red value is 125, green value is 186 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #7dbaed hue: 0.58 , saturation: 0.76 and the lightness value of 7dbaed is 0.71.

The process color (four color CMYK) of #7dbaed color hex is 0.47, 0.22, 0.00, 0.07. Web safe color of #7dbaed is #66ccff. Color #7dbaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111010 11101101
Octal 175 272 355
Decimal 125 186 237
Hex 7D BA ED

RGB Percentages of Color #7dbaed

%22.81
%33.94
%43.25

CMYK Percentages of Color #7dbaed

%47
%22
%0
%7

Triadic Colors of #7dbaed

#7dbaed #ed7dba #baed7d

Analogous Colors of #7dbaed

#7dbaed #7d82ed #7dede8

Monochromatic Colors of #7dbaed

#7dbaed

Complementary Color

#7dbaed #edb07d

#7dbaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbaed Color CSS Codes

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

#7dbaed Text Font Color

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

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


#7dbaed Background Color

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

This div background color is #7dbaed


#7dbaed Border Color

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

This div border color is #7dbaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbaed


Comments

No comments written yet.

Please login to write comment.