Color Hex Logo

#283aad Color Hex

#283AAD
(40,58,173)
0 Favorites   0 Comments

Color spaces of #283aad

RGB 4058173
HSL0.640.620.42
HSV232°77°68°
CMYK 0.770.660.00   0.32
XYZ9.93106.494440.2653
Yxy6.49440.17520.1146
Hunter Lab25.484124.9631-75.8403
CIE-Lab30.627034.5200-63.1642

#283aad color RGB value is (40,58,173).

#283aad hex color red value is 40, green value is 58 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #283aad hue: 0.64 , saturation: 0.62 and the lightness value of 283aad is 0.42.

The process color (four color CMYK) of #283aad color hex is 0.77, 0.66, 0.00, 0.32. Web safe color of #283aad is #333399. Color #283aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 00111010 10101101
Octal 50 72 255
Decimal 40 58 173
Hex 28 3A AD

RGB Percentages of Color #283aad

%14.76
%21.40
%63.84

CMYK Percentages of Color #283aad

%77
%66
%0
%32

Triadic Colors of #283aad

#283aad #ad283a #3aad28

Analogous Colors of #283aad

#283aad #5828ad #287dad

Monochromatic Colors of #283aad

#283aad

Complementary Color

#283aad #ad9b28

#283aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#283aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#283aad Color CSS Codes

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

#283aad Text Font Color

<p style="color:#283aad">Text here</p>

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


#283aad Background Color

<div style="background-color:#283aad">
Div content here</div>

This div background color is #283aad


#283aad Border Color

<div style="border:3px solid #283aad">
Div here</div>

This div border color is #283aad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,58,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #283aad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #283aad;
  -webkit-box-shadow: 1px 1px 3px 2px #283aad;
  box-shadow:         1px 1px 3px 2px #283aad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #283aad


Comments

No comments written yet.

Please login to write comment.