Color Hex Logo

#1e7681 Color Hex

#1E7681
(30,118,129)
0 Favorites   0 Comments

Color spaces of #1e7681

RGB 30118129
HSL0.520.620.31
HSV187°77°51°
CMYK 0.770.090.00   0.49
XYZ10.976314.817923.0505
Yxy14.81790.22470.3034
Hunter Lab38.4940-16.4665-8.5575
CIE-Lab45.3838-21.0982-13.3642

#1e7681 color RGB value is (30,118,129).

#1e7681 hex color red value is 30, green value is 118 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #1e7681 hue: 0.52 , saturation: 0.62 and the lightness value of 1e7681 is 0.31.

The process color (four color CMYK) of #1e7681 color hex is 0.77, 0.09, 0.00, 0.49. Web safe color of #1e7681 is #336699. Color #1e7681 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 01110110 10000001
Octal 36 166 201
Decimal 30 118 129
Hex 1E 76 81

RGB Percentages of Color #1e7681

%10.83
%42.60
%46.57

CMYK Percentages of Color #1e7681

%77
%9
%0
%49

Triadic Colors of #1e7681

#1e7681 #811e76 #76811e

Analogous Colors of #1e7681

#1e7681 #1e4581 #1e815b

Monochromatic Colors of #1e7681

#1e7681

Complementary Color

#1e7681 #81291e

#1e7681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e7681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e7681 Color CSS Codes

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

#1e7681 Text Font Color

<p style="color:#1e7681">Text here</p>

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


#1e7681 Background Color

<div style="background-color:#1e7681">
Div content here</div>

This div background color is #1e7681


#1e7681 Border Color

<div style="border:3px solid #1e7681">
Div here</div>

This div border color is #1e7681


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(30,118,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1e7681; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1e7681;
  -webkit-box-shadow: 1px 1px 3px 2px #1e7681;
  box-shadow:         1px 1px 3px 2px #1e7681; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(30,118,129, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e7681


Comments

No comments written yet.

Please login to write comment.