Color Hex Logo

#21bcea Color Hex

#21BCEA
(33,188,234)
0 Favorites   0 Comments

Color spaces of #21bcea

RGB 33188234
HSL0.540.830.52
HSV194°86°92°
CMYK 0.860.200.00   0.08
XYZ33.461742.230384.2295
Yxy42.23030.20920.2641
Hunter Lab64.9848-21.8111-31.3588
CIE-Lab71.0294-22.0738-33.5459

#21bcea color RGB value is (33,188,234).

#21bcea hex color red value is 33, green value is 188 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #21bcea hue: 0.54 , saturation: 0.83 and the lightness value of 21bcea is 0.52.

The process color (four color CMYK) of #21bcea color hex is 0.86, 0.20, 0.00, 0.08. Web safe color of #21bcea is #33ccff. Color #21bcea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10111100 11101010
Octal 41 274 352
Decimal 33 188 234
Hex 21 BC EA

RGB Percentages of Color #21bcea

%7.25
%41.32
%51.43

CMYK Percentages of Color #21bcea

%86
%20
%0
%8

Triadic Colors of #21bcea

#21bcea #ea21bc #bcea21

Analogous Colors of #21bcea

#21bcea #2158ea #21eab4

Monochromatic Colors of #21bcea

#21bcea

Complementary Color

#21bcea #ea4f21

#21bcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21bcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#21bcea Color CSS Codes

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

#21bcea Text Font Color

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

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


#21bcea Background Color

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

This div background color is #21bcea


#21bcea Border Color

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

This div border color is #21bcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21bcea


Comments

No comments written yet.

Please login to write comment.