Color Hex Logo

#21abeb Color Hex

#21ABEB
(33,171,235)
0 Favorites   0 Comments

Color spaces of #21abeb

RGB 33171235
HSL0.550.830.53
HSV199°86°92°
CMYK 0.860.270.00   0.08
XYZ30.185535.447383.8483
Yxy35.44730.20190.2371
Hunter Lab59.5376-13.6916-41.8232
CIE-Lab66.0954-12.7270-41.7754

#21abeb color RGB value is (33,171,235).

#21abeb hex color red value is 33, green value is 171 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #21abeb hue: 0.55 , saturation: 0.83 and the lightness value of 21abeb is 0.53.

The process color (four color CMYK) of #21abeb color hex is 0.86, 0.27, 0.00, 0.08. Web safe color of #21abeb is #3399ff. Color #21abeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10101011 11101011
Octal 41 253 353
Decimal 33 171 235
Hex 21 AB EB

RGB Percentages of Color #21abeb

%7.52
%38.95
%53.53

CMYK Percentages of Color #21abeb

%86
%27
%0
%8

Triadic Colors of #21abeb

#21abeb #eb21ab #abeb21

Analogous Colors of #21abeb

#21abeb #2146eb #21ebc6

Monochromatic Colors of #21abeb

#21abeb

Complementary Color

#21abeb #eb6121

#21abeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21abeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#21abeb Color CSS Codes

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

#21abeb Text Font Color

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

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


#21abeb Background Color

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

This div background color is #21abeb


#21abeb Border Color

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

This div border color is #21abeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21abeb


Comments

No comments written yet.

Please login to write comment.