Color Hex Logo

#21aceb Color Hex

#21ACEB
(33,172,235)
0 Favorites   0 Comments

Color spaces of #21aceb

RGB 33172235
HSL0.550.830.53
HSV199°86°92°
CMYK 0.860.270.00   0.08
XYZ30.375135.826583.9115
Yxy35.82650.20230.2387
Hunter Lab59.8552-14.1622-41.2204
CIE-Lab66.3871-13.2716-41.3185

#21aceb color RGB value is (33,172,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10101100 11101011
Octal 41 254 353
Decimal 33 172 235
Hex 21 AC EB

RGB Percentages of Color #21aceb

%7.50
%39.09
%53.41

CMYK Percentages of Color #21aceb

%86
%27
%0
%8

Triadic Colors of #21aceb

#21aceb #eb21ac #aceb21

Analogous Colors of #21aceb

#21aceb #2147eb #21ebc5

Monochromatic Colors of #21aceb

#21aceb

Complementary Color

#21aceb #eb6021

#21aceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21aceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#21aceb Color CSS Codes

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

#21aceb Text Font Color

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

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


#21aceb Background Color

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

This div background color is #21aceb


#21aceb Border Color

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

This div border color is #21aceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21aceb


Comments

No comments written yet.

Please login to write comment.