Color Hex Logo

#28abca Color Hex

#28ABCA
(40,171,202)
0 Favorites   0 Comments

Color spaces of #28abca

RGB 40171202
HSL0.530.670.47
HSV191°80°79°
CMYK 0.800.150.00   0.21
XYZ26.098733.841261.0336
Yxy33.84120.21570.2797
Hunter Lab58.1732-21.7212-21.4841
CIE-Lab64.8363-23.4473-25.5317

#28abca color RGB value is (40,171,202).

#28abca hex color red value is 40, green value is 171 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #28abca hue: 0.53 , saturation: 0.67 and the lightness value of 28abca is 0.47.

The process color (four color CMYK) of #28abca color hex is 0.80, 0.15, 0.00, 0.21. Web safe color of #28abca is #3399cc. Color #28abca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10101011 11001010
Octal 50 253 312
Decimal 40 171 202
Hex 28 AB CA

RGB Percentages of Color #28abca

%9.69
%41.40
%48.91

CMYK Percentages of Color #28abca

%80
%15
%0
%21

Triadic Colors of #28abca

#28abca #ca28ab #abca28

Analogous Colors of #28abca

#28abca #285aca #28ca98

Monochromatic Colors of #28abca

#28abca

Complementary Color

#28abca #ca4728

#28abca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28abca Color Preview on White Background

Lorem ipsum dolor sit amet.

#28abca Color CSS Codes

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

#28abca Text Font Color

<p style="color:#28abca">Text here</p>

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


#28abca Background Color

<div style="background-color:#28abca">
Div content here</div>

This div background color is #28abca


#28abca Border Color

<div style="border:3px solid #28abca">
Div here</div>

This div border color is #28abca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28abca


Comments

No comments written yet.

Please login to write comment.