Color Hex Logo

#1b96ea Color Hex

#1B96EA
(27,150,234)
0 Favorites   0 Comments

Color spaces of #1b96ea

RGB 27150234
HSL0.570.830.51
HSV204°88°92°
CMYK 0.880.360.00   0.08
XYZ26.209627.986281.8624
Yxy27.98620.19260.2057
Hunter Lab52.9020-4.1430-54.7161
CIE-Lab59.8763-1.6081-51.0392

#1b96ea color RGB value is (27,150,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 10010110 11101010
Octal 33 226 352
Decimal 27 150 234
Hex 1B 96 EA

RGB Percentages of Color #1b96ea

%6.57
%36.50
%56.93

CMYK Percentages of Color #1b96ea

%88
%36
%0
%8

Triadic Colors of #1b96ea

#1b96ea #ea1b96 #96ea1b

Analogous Colors of #1b96ea

#1b96ea #1b2fea #1bead7

Monochromatic Colors of #1b96ea

#1b96ea

Complementary Color

#1b96ea #ea6f1b

#1b96ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b96ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b96ea Color CSS Codes

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

#1b96ea Text Font Color

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

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


#1b96ea Background Color

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

This div background color is #1b96ea


#1b96ea Border Color

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

This div border color is #1b96ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b96ea


Comments

No comments written yet.

Please login to write comment.