Color Hex Logo

#2893ab Color Hex

#2893AB
(40,147,171)
0 Favorites   0 Comments

Color spaces of #2893ab

RGB 40147171
HSL0.530.620.41
HSV191°77°67°
CMYK 0.770.140.00   0.33
XYZ18.659524.258842.2270
Yxy24.25880.21910.2849
Hunter Lab49.2532-18.5687-16.3547
CIE-Lab56.3460-21.2395-21.1156

#2893ab color RGB value is (40,147,171).

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

The process color (four color CMYK) of #2893ab color hex is 0.77, 0.14, 0.00, 0.33. Web safe color of #2893ab is #339999. Color #2893ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10010011 10101011
Octal 50 223 253
Decimal 40 147 171
Hex 28 93 AB

RGB Percentages of Color #2893ab

%11.17
%41.06
%47.77

CMYK Percentages of Color #2893ab

%77
%14
%0
%33

Triadic Colors of #2893ab

#2893ab #ab2893 #93ab28

Analogous Colors of #2893ab

#2893ab #2852ab #28ab82

Monochromatic Colors of #2893ab

#2893ab

Complementary Color

#2893ab #ab4028

#2893ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2893ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#2893ab Color CSS Codes

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

#2893ab Text Font Color

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

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


#2893ab Background Color

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

This div background color is #2893ab


#2893ab Border Color

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

This div border color is #2893ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2893ab


Comments

No comments written yet.

Please login to write comment.