Color Hex Logo

#21abda Color Hex

#21ABDA
(33,171,218)
0 Favorites   0 Comments

Color spaces of #21abda

RGB 33171218
HSL0.540.740.49
HSV195°85°85°
CMYK 0.850.220.00   0.15
XYZ27.845034.511171.5234
Yxy34.51110.20800.2578
Hunter Lab58.7461-18.1988-31.0632
CIE-Lab65.3662-18.6389-33.5706

#21abda color RGB value is (33,171,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10101011 11011010
Octal 41 253 332
Decimal 33 171 218
Hex 21 AB DA

RGB Percentages of Color #21abda

%7.82
%40.52
%51.66

CMYK Percentages of Color #21abda

%85
%22
%0
%15

Triadic Colors of #21abda

#21abda #da21ab #abda21

Analogous Colors of #21abda

#21abda #214eda #21daad

Monochromatic Colors of #21abda

#21abda

Complementary Color

#21abda #da5021

#21abda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21abda Color Preview on White Background

Lorem ipsum dolor sit amet.

#21abda Color CSS Codes

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

#21abda Text Font Color

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

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


#21abda Background Color

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

This div background color is #21abda


#21abda Border Color

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

This div border color is #21abda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21abda


Comments

No comments written yet.

Please login to write comment.