Color Hex Logo

#21e5bc Color Hex

#21E5BC
(33,229,188)
0 Favorites   0 Comments

Color spaces of #21e5bc

RGB 33229188
HSL0.470.790.51
HSV167°86°90°
CMYK 0.860.000.18   0.10
XYZ37.723659.992857.1685
Yxy59.99280.24360.3873
Hunter Lab77.4550-48.609910.4574
CIE-Lab81.8343-54.25237.3323

#21e5bc color RGB value is (33,229,188).

#21e5bc hex color red value is 33, green value is 229 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #21e5bc hue: 0.47 , saturation: 0.79 and the lightness value of 21e5bc is 0.51.

The process color (four color CMYK) of #21e5bc color hex is 0.86, 0.00, 0.18, 0.10. Web safe color of #21e5bc is #33cccc. Color #21e5bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 11100101 10111100
Octal 41 345 274
Decimal 33 229 188
Hex 21 E5 BC

RGB Percentages of Color #21e5bc

%7.33
%50.89
%41.78

CMYK Percentages of Color #21e5bc

%86
%0
%18
%10

Triadic Colors of #21e5bc

#21e5bc #bc21e5 #e5bc21

Analogous Colors of #21e5bc

#21e5bc #21ace5 #21e55a

Monochromatic Colors of #21e5bc

#21e5bc

Complementary Color

#21e5bc #e5214a

#21e5bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21e5bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#21e5bc Color CSS Codes

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

#21e5bc Text Font Color

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

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


#21e5bc Background Color

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

This div background color is #21e5bc


#21e5bc Border Color

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

This div border color is #21e5bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21e5bc


Comments

No comments written yet.

Please login to write comment.