Color Hex Logo

#023daa Color Hex

#023DAA
(2,61,170)
0 Favorites   0 Comments

Color spaces of #023daa

RGB 261170
HSL0.610.980.34
HSV219°99°67°
CMYK 0.990.640.00   0.33
XYZ8.94956.252738.7654
Yxy6.25270.16580.1159
Hunter Lab25.005420.1262-74.4124
CIE-Lab30.041329.0159-62.3691

#023daa color RGB value is (2,61,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 00111101 10101010
Octal 2 75 252
Decimal 2 61 170
Hex 2 3D AA

RGB Percentages of Color #023daa

%0.86
%26.18
%72.96

CMYK Percentages of Color #023daa

%99
%64
%0
%33

Triadic Colors of #023daa

#023daa #aa023d #3daa02

Analogous Colors of #023daa

#023daa #1b02aa #0291aa

Monochromatic Colors of #023daa

#023daa

Complementary Color

#023daa #aa6f02

#023daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#023daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#023daa Color CSS Codes

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

#023daa Text Font Color

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

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


#023daa Background Color

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

This div background color is #023daa


#023daa Border Color

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

This div border color is #023daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #023daa


Comments

No comments written yet.

Please login to write comment.