Color Hex Logo

#7d9eeb Color Hex

#7D9EEB
(125,158,235)
0 Favorites   0 Comments

Color spaces of #7d9eeb

RGB 125158235
HSL0.620.730.71
HSV222°47°92°
CMYK 0.470.330.00   0.08
XYZ35.679734.811983.4361
Yxy34.81190.23180.2262
Hunter Lab59.00164.6904-42.5428
CIE-Lab65.60208.9548-42.3253

#7d9eeb color RGB value is (125,158,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10011110 11101011
Octal 175 236 353
Decimal 125 158 235
Hex 7D 9E EB

RGB Percentages of Color #7d9eeb

%24.13
%30.50
%45.37

CMYK Percentages of Color #7d9eeb

%47
%33
%0
%8

Triadic Colors of #7d9eeb

#7d9eeb #eb7d9e #9eeb7d

Analogous Colors of #7d9eeb

#7d9eeb #937deb #7dd5eb

Monochromatic Colors of #7d9eeb

#7d9eeb

Complementary Color

#7d9eeb #ebca7d

#7d9eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d9eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d9eeb Color CSS Codes

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

#7d9eeb Text Font Color

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

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


#7d9eeb Background Color

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

This div background color is #7d9eeb


#7d9eeb Border Color

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

This div border color is #7d9eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d9eeb

#7d9eeb Color Palettes


Comments

No comments written yet.

Please login to write comment.