Color Hex Logo

#003aee Color Hex

#003AEE
(0,58,238)
0 Favorites   0 Comments

Color spaces of #003aee

RGB 058238
HSL0.631.000.47
HSV225°100°93°
CMYK 1.000.760.00   0.07
XYZ16.94579.199281.7714
Yxy9.19920.15700.0852
Hunter Lab30.330246.6515-138.6171
CIE-Lab36.365055.7014-91.5085

#003aee color RGB value is (0,58,238).

#003aee hex color red value is 0, green value is 58 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #003aee hue: 0.63 , saturation: 1.00 and the lightness value of 003aee is 0.47.

The process color (four color CMYK) of #003aee color hex is 1.00, 0.76, 0.00, 0.07. Web safe color of #003aee is #0033ff. Color #003aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00111010 11101110
Octal 0 72 356
Decimal 0 58 238
Hex 0 3A EE

RGB Percentages of Color #003aee

%0.00
%19.59
%80.41

CMYK Percentages of Color #003aee

%100
%76
%0
%7

Triadic Colors of #003aee

#003aee #ee003a #3aee00

Analogous Colors of #003aee

#003aee #3d00ee #00b1ee

Monochromatic Colors of #003aee

#003aee

Complementary Color

#003aee #eeb400

#003aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#003aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#003aee Color CSS Codes

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

#003aee Text Font Color

<p style="color:#003aee">Text here</p>

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


#003aee Background Color

<div style="background-color:#003aee">
Div content here</div>

This div background color is #003aee


#003aee Border Color

<div style="border:3px solid #003aee">
Div here</div>

This div border color is #003aee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,58,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #003aee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #003aee;
  -webkit-box-shadow: 1px 1px 3px 2px #003aee;
  box-shadow:         1px 1px 3px 2px #003aee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #003aee


Comments

No comments written yet.

Please login to write comment.