Color Hex Logo

#209eef Color Hex

#209EEF
(32,158,239)
0 Favorites   0 Comments

Color spaces of #209eef

RGB 32158239
HSL0.570.870.53
HSV203°87°94°
CMYK 0.870.340.00   0.06
XYZ28.402530.992886.1466
Yxy30.99280.19510.2129
Hunter Lab55.6712-6.3569-52.7766
CIE-Lab62.5016-4.0895-49.6316

#209eef color RGB value is (32,158,239).

#209eef hex color red value is 32, green value is 158 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #209eef hue: 0.57 , saturation: 0.87 and the lightness value of 209eef is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 10011110 11101111
Octal 40 236 357
Decimal 32 158 239
Hex 20 9E EF

RGB Percentages of Color #209eef

%7.46
%36.83
%55.71

CMYK Percentages of Color #209eef

%87
%34
%0
%6

Triadic Colors of #209eef

#209eef #ef209e #9eef20

Analogous Colors of #209eef

#209eef #2037ef #20efd9

Monochromatic Colors of #209eef

#209eef

Complementary Color

#209eef #ef7120

#209eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#209eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#209eef Color CSS Codes

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

#209eef Text Font Color

<p style="color:#209eef">Text here</p>

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


#209eef Background Color

<div style="background-color:#209eef">
Div content here</div>

This div background color is #209eef


#209eef Border Color

<div style="border:3px solid #209eef">
Div here</div>

This div border color is #209eef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,158,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #209eef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #209eef;
  -webkit-box-shadow: 1px 1px 3px 2px #209eef;
  box-shadow:         1px 1px 3px 2px #209eef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,158,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #209eef


Comments

No comments written yet.

Please login to write comment.