Color Hex Logo

#218acd Color Hex

#218ACD
(33,138,205)
0 Favorites   0 Comments

Color spaces of #218acd

RGB 33138205
HSL0.560.720.47
HSV203°84°80°
CMYK 0.840.330.00   0.20
XYZ20.735122.908161.0864
Yxy22.90810.19800.2187
Hunter Lab47.8624-6.4289-42.1677
CIE-Lab54.9776-4.9427-42.5771

#218acd color RGB value is (33,138,205).

#218acd hex color red value is 33, green value is 138 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #218acd hue: 0.56 , saturation: 0.72 and the lightness value of 218acd is 0.47.

The process color (four color CMYK) of #218acd color hex is 0.84, 0.33, 0.00, 0.20. Web safe color of #218acd is #3399cc. Color #218acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10001010 11001101
Octal 41 212 315
Decimal 33 138 205
Hex 21 8A CD

RGB Percentages of Color #218acd

%8.78
%36.70
%54.52

CMYK Percentages of Color #218acd

%84
%33
%0
%20

Triadic Colors of #218acd

#218acd #cd218a #8acd21

Analogous Colors of #218acd

#218acd #2134cd #21cdba

Monochromatic Colors of #218acd

#218acd

Complementary Color

#218acd #cd6421

#218acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#218acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#218acd Color CSS Codes

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

#218acd Text Font Color

<p style="color:#218acd">Text here</p>

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


#218acd Background Color

<div style="background-color:#218acd">
Div content here</div>

This div background color is #218acd


#218acd Border Color

<div style="border:3px solid #218acd">
Div here</div>

This div border color is #218acd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,138,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #218acd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #218acd;
  -webkit-box-shadow: 1px 1px 3px 2px #218acd;
  box-shadow:         1px 1px 3px 2px #218acd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #218acd


Comments

No comments written yet.

Please login to write comment.