Color Hex Logo

#284b50 Color Hex

#284B50
(40,75,80)
0 Favorites   0 Comments

Color spaces of #284b50

RGB 407580
HSL0.520.330.24
HSV188°50°31°
CMYK 0.500.060.00   0.69
XYZ4.83916.06258.5045
Yxy6.06250.24940.3124
Hunter Lab24.6221-8.0074-3.2433
CIE-Lab29.5696-11.1051-6.9239

#284b50 color RGB value is (40,75,80).

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

The process color (four color CMYK) of #284b50 color hex is 0.50, 0.06, 0.00, 0.69. Web safe color of #284b50 is #333366. Color #284b50 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01001011 01010000
Octal 50 113 120
Decimal 40 75 80
Hex 28 4B 50

RGB Percentages of Color #284b50

%20.51
%38.46
%41.03

CMYK Percentages of Color #284b50

%50
%6
%0
%69

Triadic Colors of #284b50

#284b50 #50284b #4b5028

Analogous Colors of #284b50

#284b50 #283750 #285041

Monochromatic Colors of #284b50

#284b50

Complementary Color

#284b50 #502d28

#284b50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#284b50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#284b50 Color CSS Codes

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

#284b50 Text Font Color

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

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


#284b50 Background Color

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

This div background color is #284b50


#284b50 Border Color

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

This div border color is #284b50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #284b50


Comments

No comments written yet.

Please login to write comment.