Color Hex Logo

#21a6fd Color Hex

#21A6FD
(33,166,253)
0 Favorites   0 Comments

Color spaces of #21a6fd

RGB 33166253
HSL0.570.980.56
HSV204°87°99°
CMYK 0.870.340.00   0.01
XYZ31.993034.687697.9377
Yxy34.68760.19430.2107
Hunter Lab58.8962-6.1053-57.3653
CIE-Lab65.5047-3.5033-52.5351

#21a6fd color RGB value is (33,166,253).

#21a6fd hex color red value is 33, green value is 166 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #21a6fd hue: 0.57 , saturation: 0.98 and the lightness value of 21a6fd is 0.56.

The process color (four color CMYK) of #21a6fd color hex is 0.87, 0.34, 0.00, 0.01. Web safe color of #21a6fd is #3399ff. Color #21a6fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10100110 11111101
Octal 41 246 375
Decimal 33 166 253
Hex 21 A6 FD

RGB Percentages of Color #21a6fd

%7.30
%36.73
%55.97

CMYK Percentages of Color #21a6fd

%87
%34
%0
%1

Triadic Colors of #21a6fd

#21a6fd #fd21a6 #a6fd21

Analogous Colors of #21a6fd

#21a6fd #2138fd #21fde6

Monochromatic Colors of #21a6fd

#21a6fd

Complementary Color

#21a6fd #fd7821

#21a6fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21a6fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#21a6fd Color CSS Codes

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

#21a6fd Text Font Color

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

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


#21a6fd Background Color

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

This div background color is #21a6fd


#21a6fd Border Color

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

This div border color is #21a6fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21a6fd

Related Colors


Comments

No comments written yet.

Please login to write comment.