Color Hex Logo

#209efe Color Hex

#209EFE
(32,158,254)
0 Favorites   0 Comments

Color spaces of #209efe

RGB 32158254
HSL0.570.990.56
HSV206°87°100°
CMYK 0.870.380.00   0.00
XYZ30.711931.916698.3078
Yxy31.91660.19080.1983
Hunter Lab56.4948-1.8290-63.6255
CIE-Lab63.27391.4064-56.6242

#209efe color RGB value is (32,158,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 10011110 11111110
Octal 40 236 376
Decimal 32 158 254
Hex 20 9E FE

RGB Percentages of Color #209efe

%7.21
%35.59
%57.21

CMYK Percentages of Color #209efe

%87
%38
%0
%0

Triadic Colors of #209efe

#209efe #fe209e #9efe20

Analogous Colors of #209efe

#209efe #202ffe #20feef

Monochromatic Colors of #209efe

#209efe

Complementary Color

#209efe #fe8020

#209efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#209efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#209efe Color CSS Codes

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

#209efe Text Font Color

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

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


#209efe Background Color

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

This div background color is #209efe


#209efe Border Color

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

This div border color is #209efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #209efe


Comments

No comments written yet.

Please login to write comment.