Color Hex Logo

#284e53 Color Hex

#284E53
(40,78,83)
0 Favorites   0 Comments

Color spaces of #284e53

RGB 407883
HSL0.520.350.24
HSV187°52°33°
CMYK 0.520.060.00   0.67
XYZ5.16086.52449.1710
Yxy6.52440.24740.3128
Hunter Lab25.5429-8.6352-3.4076
CIE-Lab30.6987-11.9531-7.1546

#284e53 color RGB value is (40,78,83).

#284e53 hex color red value is 40, green value is 78 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #284e53 hue: 0.52 , saturation: 0.35 and the lightness value of 284e53 is 0.24.

The process color (four color CMYK) of #284e53 color hex is 0.52, 0.06, 0.00, 0.67. Web safe color of #284e53 is #336666. Color #284e53 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01001110 01010011
Octal 50 116 123
Decimal 40 78 83
Hex 28 4E 53

RGB Percentages of Color #284e53

%19.90
%38.81
%41.29

CMYK Percentages of Color #284e53

%52
%6
%0
%67

Triadic Colors of #284e53

#284e53 #53284e #4e5328

Analogous Colors of #284e53

#284e53 #283953 #285343

Monochromatic Colors of #284e53

#284e53

Complementary Color

#284e53 #532d28

#284e53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#284e53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#284e53 Color CSS Codes

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

#284e53 Text Font Color

<p style="color:#284e53">Text here</p>

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


#284e53 Background Color

<div style="background-color:#284e53">
Div content here</div>

This div background color is #284e53


#284e53 Border Color

<div style="border:3px solid #284e53">
Div here</div>

This div border color is #284e53


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,78,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #284e53; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #284e53;
  -webkit-box-shadow: 1px 1px 3px 2px #284e53;
  box-shadow:         1px 1px 3px 2px #284e53; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #284e53


Comments

No comments written yet.

Please login to write comment.