Color Hex Logo

#217ced Color Hex

#217CED
(33,124,237)
0 Favorites   0 Comments

Color spaces of #217ced

RGB 33124237
HSL0.590.850.53
HSV213°86°93°
CMYK 0.860.480.00   0.07
XYZ23.120920.853182.9272
Yxy20.85310.18220.1643
Hunter Lab45.665210.4629-75.7040
CIE-Lab52.788315.6213-64.0449

#217ced color RGB value is (33,124,237).

#217ced hex color red value is 33, green value is 124 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #217ced hue: 0.59 , saturation: 0.85 and the lightness value of 217ced is 0.53.

The process color (four color CMYK) of #217ced color hex is 0.86, 0.48, 0.00, 0.07. Web safe color of #217ced is #3366ff. Color #217ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01111100 11101101
Octal 41 174 355
Decimal 33 124 237
Hex 21 7C ED

RGB Percentages of Color #217ced

%8.38
%31.47
%60.15

CMYK Percentages of Color #217ced

%86
%48
%0
%7

Triadic Colors of #217ced

#217ced #ed217c #7ced21

Analogous Colors of #217ced

#217ced #2c21ed #21e2ed

Monochromatic Colors of #217ced

#217ced

Complementary Color

#217ced #ed9221

#217ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#217ced Color CSS Codes

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

#217ced Text Font Color

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

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


#217ced Background Color

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

This div background color is #217ced


#217ced Border Color

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

This div border color is #217ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217ced


Comments

No comments written yet.

Please login to write comment.