Color Hex Logo

#1b90ea Color Hex

#1B90EA
(27,144,234)
0 Favorites   0 Comments

Color spaces of #1b90ea

RGB 27144234
HSL0.570.830.51
HSV206°88°92°
CMYK 0.880.380.00   0.08
XYZ25.276526.120081.5514
Yxy26.12000.19010.1965
Hunter Lab51.1077-1.1573-58.8322
CIE-Lab58.15081.9205-53.7836

#1b90ea color RGB value is (27,144,234).

#1b90ea hex color red value is 27, green value is 144 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #1b90ea hue: 0.57 , saturation: 0.83 and the lightness value of 1b90ea is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 10010000 11101010
Octal 33 220 352
Decimal 27 144 234
Hex 1B 90 EA

RGB Percentages of Color #1b90ea

%6.67
%35.56
%57.78

CMYK Percentages of Color #1b90ea

%88
%38
%0
%8

Triadic Colors of #1b90ea

#1b90ea #ea1b90 #90ea1b

Analogous Colors of #1b90ea

#1b90ea #1b28ea #1beadd

Monochromatic Colors of #1b90ea

#1b90ea

Complementary Color

#1b90ea #ea751b

#1b90ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b90ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b90ea Color CSS Codes

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

#1b90ea Text Font Color

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

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


#1b90ea Background Color

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

This div background color is #1b90ea


#1b90ea Border Color

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

This div border color is #1b90ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(27,144,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1b90ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1b90ea;
  -webkit-box-shadow: 1px 1px 3px 2px #1b90ea;
  box-shadow:         1px 1px 3px 2px #1b90ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(27,144,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b90ea


Comments

No comments written yet.

Please login to write comment.