Color Hex Logo

#217fda Color Hex

#217FDA
(33,127,218)
0 Favorites   0 Comments

Color spaces of #217fda

RGB 33127218
HSL0.580.740.49
HSV210°85°85°
CMYK 0.850.420.00   0.15
XYZ20.871520.564069.1989
Yxy20.56400.18870.1859
Hunter Lab45.34752.7976-58.7314
CIE-Lab52.46906.5286-53.9030

#217fda color RGB value is (33,127,218).

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

The process color (four color CMYK) of #217fda color hex is 0.85, 0.42, 0.00, 0.15. Web safe color of #217fda is #3366cc. Color #217fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01111111 11011010
Octal 41 177 332
Decimal 33 127 218
Hex 21 7F DA

RGB Percentages of Color #217fda

%8.73
%33.60
%57.67

CMYK Percentages of Color #217fda

%85
%42
%0
%15

Triadic Colors of #217fda

#217fda #da217f #7fda21

Analogous Colors of #217fda

#217fda #2122da #21dad9

Monochromatic Colors of #217fda

#217fda

Complementary Color

#217fda #da7c21

#217fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#217fda Color CSS Codes

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

#217fda Text Font Color

<p style="color:#217fda">Text here</p>

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


#217fda Background Color

<div style="background-color:#217fda">
Div content here</div>

This div background color is #217fda


#217fda Border Color

<div style="border:3px solid #217fda">
Div here</div>

This div border color is #217fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217fda


Comments

No comments written yet.

Please login to write comment.