Color Hex Logo

#285dae Color Hex

#285DAE
(40,93,174)
0 Favorites   0 Comments

Color spaces of #285dae

RGB 4093174
HSL0.600.630.42
HSV216°77°68°
CMYK 0.770.470.00   0.32
XYZ12.429411.335841.5773
Yxy11.33580.19020.1735
Hunter Lab33.66876.9763-49.6489
CIE-Lab40.140411.8052-48.3044

#285dae color RGB value is (40,93,174).

#285dae hex color red value is 40, green value is 93 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #285dae hue: 0.60 , saturation: 0.63 and the lightness value of 285dae is 0.42.

The process color (four color CMYK) of #285dae color hex is 0.77, 0.47, 0.00, 0.32. Web safe color of #285dae is #336699. Color #285dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01011101 10101110
Octal 50 135 256
Decimal 40 93 174
Hex 28 5D AE

RGB Percentages of Color #285dae

%13.03
%30.29
%56.68

CMYK Percentages of Color #285dae

%77
%47
%0
%32

Triadic Colors of #285dae

#285dae #ae285d #5dae28

Analogous Colors of #285dae

#285dae #3628ae #28a0ae

Monochromatic Colors of #285dae

#285dae

Complementary Color

#285dae #ae7928

#285dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#285dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#285dae Color CSS Codes

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

#285dae Text Font Color

<p style="color:#285dae">Text here</p>

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


#285dae Background Color

<div style="background-color:#285dae">
Div content here</div>

This div background color is #285dae


#285dae Border Color

<div style="border:3px solid #285dae">
Div here</div>

This div border color is #285dae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,93,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #285dae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #285dae;
  -webkit-box-shadow: 1px 1px 3px 2px #285dae;
  box-shadow:         1px 1px 3px 2px #285dae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #285dae


Comments

No comments written yet.

Please login to write comment.