Color Hex Logo

#023dab Color Hex

#023DAB
(2,61,171)
0 Favorites   0 Comments

Color spaces of #023dab

RGB 261171
HSL0.610.980.34
HSV219°99°67°
CMYK 0.990.640.00   0.33
XYZ9.04456.290739.2656
Yxy6.29070.16560.1152
Hunter Lab25.081320.4763-75.2637
CIE-Lab30.134329.4168-62.8157

#023dab color RGB value is (2,61,171).

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

The process color (four color CMYK) of #023dab color hex is 0.99, 0.64, 0.00, 0.33. Web safe color of #023dab is #003399. Color #023dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00111101 10101011
Octal 2 75 253
Decimal 2 61 171
Hex 2 3D AB

RGB Percentages of Color #023dab

%0.85
%26.07
%73.08

CMYK Percentages of Color #023dab

%99
%64
%0
%33

Triadic Colors of #023dab

#023dab #ab023d #3dab02

Analogous Colors of #023dab

#023dab #1c02ab #0292ab

Monochromatic Colors of #023dab

#023dab

Complementary Color

#023dab #ab7002

#023dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#023dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#023dab Color CSS Codes

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

#023dab Text Font Color

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

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


#023dab Background Color

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

This div background color is #023dab


#023dab Border Color

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

This div border color is #023dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #023dab


Comments

No comments written yet.

Please login to write comment.