Color Hex Logo

#218cda Color Hex

#218CDA
(33,140,218)
0 Favorites   0 Comments

Color spaces of #218cda

RGB 33140218
HSL0.570.740.49
HSV205°85°85°
CMYK 0.850.360.00   0.15
XYZ22.660224.141569.7951
Yxy24.14150.19430.2071
Hunter Lab49.1340-3.6618-49.8279
CIE-Lab56.2292-1.2970-47.9123

#218cda color RGB value is (33,140,218).

#218cda hex color red value is 33, green value is 140 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #218cda hue: 0.57 , saturation: 0.74 and the lightness value of 218cda is 0.49.

The process color (four color CMYK) of #218cda color hex is 0.85, 0.36, 0.00, 0.15. Web safe color of #218cda is #3399cc. Color #218cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10001100 11011010
Octal 41 214 332
Decimal 33 140 218
Hex 21 8C DA

RGB Percentages of Color #218cda

%8.44
%35.81
%55.75

CMYK Percentages of Color #218cda

%85
%36
%0
%15

Triadic Colors of #218cda

#218cda #da218c #8cda21

Analogous Colors of #218cda

#218cda #2130da #21dacc

Monochromatic Colors of #218cda

#218cda

Complementary Color

#218cda #da6f21

#218cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#218cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#218cda Color CSS Codes

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

#218cda Text Font Color

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

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


#218cda Background Color

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

This div background color is #218cda


#218cda Border Color

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

This div border color is #218cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #218cda


Comments

No comments written yet.

Please login to write comment.