Color Hex Logo

#21adeb Color Hex

#21ADEB
(33,173,235)
0 Favorites   0 Comments

Color spaces of #21adeb

RGB 33173235
HSL0.550.830.53
HSV198°86°92°
CMYK 0.860.260.00   0.08
XYZ30.566236.208683.9752
Yxy36.20860.20280.2402
Hunter Lab60.1736-14.6316-40.6206
CIE-Lab66.6790-13.8142-40.8617

#21adeb color RGB value is (33,173,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10101101 11101011
Octal 41 255 353
Decimal 33 173 235
Hex 21 AD EB

RGB Percentages of Color #21adeb

%7.48
%39.23
%53.29

CMYK Percentages of Color #21adeb

%86
%26
%0
%8

Triadic Colors of #21adeb

#21adeb #eb21ad #adeb21

Analogous Colors of #21adeb

#21adeb #2148eb #21ebc4

Monochromatic Colors of #21adeb

#21adeb

Complementary Color

#21adeb #eb5f21

#21adeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21adeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#21adeb Color CSS Codes

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

#21adeb Text Font Color

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

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


#21adeb Background Color

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

This div background color is #21adeb


#21adeb Border Color

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

This div border color is #21adeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21adeb


Comments

No comments written yet.

Please login to write comment.