Color Hex Logo

#023add Color Hex

#023ADD
(2,58,221)
0 Favorites   0 Comments

Color spaces of #023add

RGB 258221
HSL0.620.980.44
HSV225°99°87°
CMYK 0.990.740.00   0.13
XYZ14.58928.259569.2319
Yxy8.25950.15840.0897
Hunter Lab28.739340.3196-122.7096
CIE-Lab34.517649.9637-84.8810

#023add color RGB value is (2,58,221).

#023add hex color red value is 2, green value is 58 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #023add hue: 0.62 , saturation: 0.98 and the lightness value of 023add is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 00111010 11011101
Octal 2 72 335
Decimal 2 58 221
Hex 2 3A DD

RGB Percentages of Color #023add

%0.71
%20.64
%78.65

CMYK Percentages of Color #023add

%99
%74
%0
%13

Triadic Colors of #023add

#023add #dd023a #3add02

Analogous Colors of #023add

#023add #3702dd #02a8dd

Monochromatic Colors of #023add

#023add

Complementary Color

#023add #dda502

#023add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#023add Color Preview on White Background

Lorem ipsum dolor sit amet.

#023add Color CSS Codes

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

#023add Text Font Color

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

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


#023add Background Color

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

This div background color is #023add


#023add Border Color

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

This div border color is #023add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #023add


Comments

No comments written yet.

Please login to write comment.