Color Hex Logo

#7dbeed Color Hex

#7DBEED
(125,190,237)
0 Favorites   0 Comments

Color spaces of #7dbeed

RGB 125190237
HSL0.570.760.71
HSV205°47°93°
CMYK 0.470.200.00   0.07
XYZ42.157047.301387.0289
Yxy47.30130.23890.2680
Hunter Lab68.7759-10.9443-26.8823
CIE-Lab74.3821-8.2660-29.7773

#7dbeed color RGB value is (125,190,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111110 11101101
Octal 175 276 355
Decimal 125 190 237
Hex 7D BE ED

RGB Percentages of Color #7dbeed

%22.64
%34.42
%42.93

CMYK Percentages of Color #7dbeed

%47
%20
%0
%7

Triadic Colors of #7dbeed

#7dbeed #ed7dbe #beed7d

Analogous Colors of #7dbeed

#7dbeed #7d86ed #7dede4

Monochromatic Colors of #7dbeed

#7dbeed

Complementary Color

#7dbeed #edac7d

#7dbeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbeed Color CSS Codes

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

#7dbeed Text Font Color

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

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


#7dbeed Background Color

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

This div background color is #7dbeed


#7dbeed Border Color

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

This div border color is #7dbeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbeed


Comments

No comments written yet.

Please login to write comment.