Color Hex Logo

#28cadc Color Hex

#28CADC
(40,202,220)
0 Favorites   0 Comments

Color spaces of #28cadc

RGB 40202220
HSL0.520.720.51
HSV186°82°86°
CMYK 0.820.080.00   0.14
XYZ34.913947.859575.1078
Yxy47.85950.22110.3031
Hunter Lab69.1806-30.9810-15.9434
CIE-Lab74.7362-33.0162-20.2725

#28cadc color RGB value is (40,202,220).

#28cadc hex color red value is 40, green value is 202 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #28cadc hue: 0.52 , saturation: 0.72 and the lightness value of 28cadc is 0.51.

The process color (four color CMYK) of #28cadc color hex is 0.82, 0.08, 0.00, 0.14. Web safe color of #28cadc is #33cccc. Color #28cadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 11001010 11011100
Octal 50 312 334
Decimal 40 202 220
Hex 28 CA DC

RGB Percentages of Color #28cadc

%8.66
%43.72
%47.62

CMYK Percentages of Color #28cadc

%82
%8
%0
%14

Triadic Colors of #28cadc

#28cadc #dc28ca #cadc28

Analogous Colors of #28cadc

#28cadc #2870dc #28dc94

Monochromatic Colors of #28cadc

#28cadc

Complementary Color

#28cadc #dc3a28

#28cadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28cadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#28cadc Color CSS Codes

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

#28cadc Text Font Color

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

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


#28cadc Background Color

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

This div background color is #28cadc


#28cadc Border Color

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

This div border color is #28cadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28cadc


Comments

No comments written yet.

Please login to write comment.