Color Hex Logo

#2893ae Color Hex

#2893AE
(40,147,174)
0 Favorites   0 Comments

Color spaces of #2893ae

RGB 40147174
HSL0.530.630.42
HSV192°77°68°
CMYK 0.770.160.00   0.32
XYZ18.948824.374543.7505
Yxy24.37450.21760.2799
Hunter Lab49.3705-17.8887-17.9814
CIE-Lab56.4608-20.2404-22.6510

#2893ae color RGB value is (40,147,174).

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

The process color (four color CMYK) of #2893ae color hex is 0.77, 0.16, 0.00, 0.32. Web safe color of #2893ae is #339999. Color #2893ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10010011 10101110
Octal 50 223 256
Decimal 40 147 174
Hex 28 93 AE

RGB Percentages of Color #2893ae

%11.08
%40.72
%48.20

CMYK Percentages of Color #2893ae

%77
%16
%0
%32

Triadic Colors of #2893ae

#2893ae #ae2893 #93ae28

Analogous Colors of #2893ae

#2893ae #2850ae #28ae86

Monochromatic Colors of #2893ae

#2893ae

Complementary Color

#2893ae #ae4328

#2893ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2893ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#2893ae Color CSS Codes

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

#2893ae Text Font Color

<p style="color:#2893ae">Text here</p>

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


#2893ae Background Color

<div style="background-color:#2893ae">
Div content here</div>

This div background color is #2893ae


#2893ae Border Color

<div style="border:3px solid #2893ae">
Div here</div>

This div border color is #2893ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,147,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 #2893ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2893ae


Comments

No comments written yet.

Please login to write comment.