Color Hex Logo

#023ebb Color Hex

#023EBB
(2,62,187)
0 Favorites   0 Comments

Color spaces of #023ebb

RGB 262187
HSL0.610.980.37
HSV221°99°73°
CMYK 0.990.670.00   0.27
XYZ10.71737.046047.8089
Yxy7.04600.16340.1075
Hunter Lab26.544325.6171-88.2061
CIE-Lab31.911435.0420-69.4067

#023ebb color RGB value is (2,62,187).

#023ebb hex color red value is 2, green value is 62 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #023ebb hue: 0.61 , saturation: 0.98 and the lightness value of 023ebb is 0.37.

The process color (four color CMYK) of #023ebb color hex is 0.99, 0.67, 0.00, 0.27. Web safe color of #023ebb is #0033cc. Color #023ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00111110 10111011
Octal 2 76 273
Decimal 2 62 187
Hex 2 3E BB

RGB Percentages of Color #023ebb

%0.80
%24.70
%74.50

CMYK Percentages of Color #023ebb

%99
%67
%0
%27

Triadic Colors of #023ebb

#023ebb #bb023e #3ebb02

Analogous Colors of #023ebb

#023ebb #2202bb #029bbb

Monochromatic Colors of #023ebb

#023ebb

Complementary Color

#023ebb #bb7f02

#023ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#023ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#023ebb Color CSS Codes

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

#023ebb Text Font Color

<p style="color:#023ebb">Text here</p>

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


#023ebb Background Color

<div style="background-color:#023ebb">
Div content here</div>

This div background color is #023ebb


#023ebb Border Color

<div style="border:3px solid #023ebb">
Div here</div>

This div border color is #023ebb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,62,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #023ebb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #023ebb;
  -webkit-box-shadow: 1px 1px 3px 2px #023ebb;
  box-shadow:         1px 1px 3px 2px #023ebb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #023ebb


Comments

No comments written yet.

Please login to write comment.