Color Hex Logo

#7d9eed Color Hex

#7D9EED
(125,158,237)
0 Favorites   0 Comments

Color spaces of #7d9eed

RGB 125158237
HSL0.620.760.71
HSV222°47°93°
CMYK 0.470.330.00   0.07
XYZ35.970434.928184.9667
Yxy34.92810.23080.2241
Hunter Lab59.10005.2166-43.8699
CIE-Lab65.69269.5408-43.2813

#7d9eed color RGB value is (125,158,237).

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

The process color (four color CMYK) of #7d9eed color hex is 0.47, 0.33, 0.00, 0.07. Web safe color of #7d9eed is #6699ff. Color #7d9eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10011110 11101101
Octal 175 236 355
Decimal 125 158 237
Hex 7D 9E ED

RGB Percentages of Color #7d9eed

%24.04
%30.38
%45.58

CMYK Percentages of Color #7d9eed

%47
%33
%0
%7

Triadic Colors of #7d9eed

#7d9eed #ed7d9e #9eed7d

Analogous Colors of #7d9eed

#7d9eed #947ded #7dd6ed

Monochromatic Colors of #7d9eed

#7d9eed

Complementary Color

#7d9eed #edcc7d

#7d9eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d9eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d9eed Color CSS Codes

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

#7d9eed Text Font Color

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

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


#7d9eed Background Color

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

This div background color is #7d9eed


#7d9eed Border Color

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

This div border color is #7d9eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d9eed


Comments

No comments written yet.

Please login to write comment.