Color Hex Logo

#1f7ebe Color Hex

#1F7EBE
(31,126,190)
0 Favorites   0 Comments

Color spaces of #1f7ebe

RGB 31126190
HSL0.570.720.43
HSV204°84°75°
CMYK 0.840.340.00   0.25
XYZ17.320218.930751.4563
Yxy18.93070.19750.2158
Hunter Lab43.5094-5.0843-39.6626
CIE-Lab50.6060-3.6243-40.9460

#1f7ebe color RGB value is (31,126,190).

#1f7ebe hex color red value is 31, green value is 126 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #1f7ebe hue: 0.57 , saturation: 0.72 and the lightness value of 1f7ebe is 0.43.

The process color (four color CMYK) of #1f7ebe color hex is 0.84, 0.34, 0.00, 0.25. Web safe color of #1f7ebe is #3366cc. Color #1f7ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 01111110 10111110
Octal 37 176 276
Decimal 31 126 190
Hex 1F 7E BE

RGB Percentages of Color #1f7ebe

%8.93
%36.31
%54.76

CMYK Percentages of Color #1f7ebe

%84
%34
%0
%25

Triadic Colors of #1f7ebe

#1f7ebe #be1f7e #7ebe1f

Analogous Colors of #1f7ebe

#1f7ebe #1f2ebe #1fbeaf

Monochromatic Colors of #1f7ebe

#1f7ebe

Complementary Color

#1f7ebe #be5f1f

#1f7ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f7ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f7ebe Color CSS Codes

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

#1f7ebe Text Font Color

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

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


#1f7ebe Background Color

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

This div background color is #1f7ebe


#1f7ebe Border Color

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

This div border color is #1f7ebe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(31,126,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1f7ebe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1f7ebe;
  -webkit-box-shadow: 1px 1px 3px 2px #1f7ebe;
  box-shadow:         1px 1px 3px 2px #1f7ebe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(31,126,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f7ebe


Comments

No comments written yet.

Please login to write comment.