Color Hex Logo

#21aedc Color Hex

#21AEDC
(33,174,220)
0 Favorites   0 Comments

Color spaces of #21aedc

RGB 33174220
HSL0.540.740.50
HSV195°85°86°
CMYK 0.850.210.00   0.14
XYZ28.681535.762773.1014
Yxy35.76270.20850.2600
Hunter Lab59.8019-19.0433-30.6143
CIE-Lab66.3382-19.5359-33.1641

#21aedc color RGB value is (33,174,220).

#21aedc hex color red value is 33, green value is 174 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #21aedc hue: 0.54 , saturation: 0.74 and the lightness value of 21aedc is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10101110 11011100
Octal 41 256 334
Decimal 33 174 220
Hex 21 AE DC

RGB Percentages of Color #21aedc

%7.73
%40.75
%51.52

CMYK Percentages of Color #21aedc

%85
%21
%0
%14

Triadic Colors of #21aedc

#21aedc #dc21ae #aedc21

Analogous Colors of #21aedc

#21aedc #2151dc #21dcad

Monochromatic Colors of #21aedc

#21aedc

Complementary Color

#21aedc #dc4f21

#21aedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21aedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#21aedc Color CSS Codes

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

#21aedc Text Font Color

<p style="color:#21aedc">Text here</p>

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


#21aedc Background Color

<div style="background-color:#21aedc">
Div content here</div>

This div background color is #21aedc


#21aedc Border Color

<div style="border:3px solid #21aedc">
Div here</div>

This div border color is #21aedc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,174,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #21aedc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #21aedc;
  -webkit-box-shadow: 1px 1px 3px 2px #21aedc;
  box-shadow:         1px 1px 3px 2px #21aedc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,174,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 #21aedc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21aedc


Comments

No comments written yet.

Please login to write comment.