Color Hex Logo

#28adca Color Hex

#28ADCA
(40,173,202)
0 Favorites   0 Comments

Color spaces of #28adca

RGB 40173202
HSL0.530.670.47
HSV191°80°79°
CMYK 0.800.140.00   0.21
XYZ26.479334.602561.1605
Yxy34.60250.21660.2831
Hunter Lab58.8239-22.5909-20.4684
CIE-Lab65.4380-24.4686-24.6085

#28adca color RGB value is (40,173,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10101101 11001010
Octal 50 255 312
Decimal 40 173 202
Hex 28 AD CA

RGB Percentages of Color #28adca

%9.64
%41.69
%48.67

CMYK Percentages of Color #28adca

%80
%14
%0
%21

Triadic Colors of #28adca

#28adca #ca28ad #adca28

Analogous Colors of #28adca

#28adca #285cca #28ca96

Monochromatic Colors of #28adca

#28adca

Complementary Color

#28adca #ca4528

#28adca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28adca Color Preview on White Background

Lorem ipsum dolor sit amet.

#28adca Color CSS Codes

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

#28adca Text Font Color

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

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


#28adca Background Color

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

This div background color is #28adca


#28adca Border Color

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

This div border color is #28adca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28adca


Comments

No comments written yet.

Please login to write comment.