Color Hex Logo

#7dbeee Color Hex

#7DBEEE
(125,190,238)
0 Favorites   0 Comments

Color spaces of #7dbeee

RGB 125190238
HSL0.570.770.71
HSV205°47°93°
CMYK 0.470.200.00   0.07
XYZ42.303547.359987.8007
Yxy47.35990.23840.2669
Hunter Lab68.8185-10.7065-27.4710
CIE-Lab74.4194-7.9856-30.2600

#7dbeee color RGB value is (125,190,238).

#7dbeee hex color red value is 125, green value is 190 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #7dbeee hue: 0.57 , saturation: 0.77 and the lightness value of 7dbeee is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111110 11101110
Octal 175 276 356
Decimal 125 190 238
Hex 7D BE EE

RGB Percentages of Color #7dbeee

%22.60
%34.36
%43.04

CMYK Percentages of Color #7dbeee

%47
%20
%0
%7

Triadic Colors of #7dbeee

#7dbeee #ee7dbe #beee7d

Analogous Colors of #7dbeee

#7dbeee #7d86ee #7deee6

Monochromatic Colors of #7dbeee

#7dbeee

Complementary Color

#7dbeee #eead7d

#7dbeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbeee Color CSS Codes

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

#7dbeee Text Font Color

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

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


#7dbeee Background Color

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

This div background color is #7dbeee


#7dbeee Border Color

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

This div border color is #7dbeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbeee


Comments

No comments written yet.

Please login to write comment.