Color Hex Logo

#7e9ceb Color Hex

#7E9CEB
(126,156,235)
0 Favorites   0 Comments

Color spaces of #7e9ceb

RGB 126156235
HSL0.620.730.71
HSV223°46°92°
CMYK 0.460.340.00   0.08
XYZ35.488034.210783.3302
Yxy34.21070.23190.2236
Hunter Lab58.48995.9452-43.5271
CIE-Lab65.129510.3442-43.0625

#7e9ceb color RGB value is (126,156,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10011100 11101011
Octal 176 234 353
Decimal 126 156 235
Hex 7E 9C EB

RGB Percentages of Color #7e9ceb

%24.37
%30.17
%45.45

CMYK Percentages of Color #7e9ceb

%46
%34
%0
%8

Triadic Colors of #7e9ceb

#7e9ceb #eb7e9c #9ceb7e

Analogous Colors of #7e9ceb

#7e9ceb #977eeb #7ed3eb

Monochromatic Colors of #7e9ceb

#7e9ceb

Complementary Color

#7e9ceb #ebcd7e

#7e9ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e9ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e9ceb Color CSS Codes

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

#7e9ceb Text Font Color

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

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


#7e9ceb Background Color

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

This div background color is #7e9ceb


#7e9ceb Border Color

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

This div border color is #7e9ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e9ceb


Comments

No comments written yet.

Please login to write comment.