Color Hex Logo

#1f9beb Color Hex

#1F9BEB
(31,155,235)
0 Favorites   0 Comments

Color spaces of #1f9beb

RGB 31155235
HSL0.570.840.52
HSV204°87°92°
CMYK 0.870.340.00   0.08
XYZ27.281829.732282.8982
Yxy29.73220.19500.2125
Hunter Lab54.5272-6.1132-51.9700
CIE-Lab61.4225-3.8941-49.1372

#1f9beb color RGB value is (31,155,235).

#1f9beb hex color red value is 31, green value is 155 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1f9beb hue: 0.57 , saturation: 0.84 and the lightness value of 1f9beb is 0.52.

The process color (four color CMYK) of #1f9beb color hex is 0.87, 0.34, 0.00, 0.08. Web safe color of #1f9beb is #3399ff. Color #1f9beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 10011011 11101011
Octal 37 233 353
Decimal 31 155 235
Hex 1F 9B EB

RGB Percentages of Color #1f9beb

%7.36
%36.82
%55.82

CMYK Percentages of Color #1f9beb

%87
%34
%0
%8

Triadic Colors of #1f9beb

#1f9beb #eb1f9b #9beb1f

Analogous Colors of #1f9beb

#1f9beb #1f35eb #1febd5

Monochromatic Colors of #1f9beb

#1f9beb

Complementary Color

#1f9beb #eb6f1f

#1f9beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f9beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f9beb Color CSS Codes

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

#1f9beb Text Font Color

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

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


#1f9beb Background Color

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

This div background color is #1f9beb


#1f9beb Border Color

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

This div border color is #1f9beb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(31,155,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 #1f9beb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f9beb


Comments

No comments written yet.

Please login to write comment.