Color Hex Logo

#206eef Color Hex

#206EEF
(32,110,239)
0 Favorites   0 Comments

Color spaces of #206eef

RGB 32110239
HSL0.600.870.53
HSV217°87°94°
CMYK 0.870.540.00   0.06
XYZ21.751617.690983.9296
Yxy17.69090.17630.1434
Hunter Lab42.060618.7052-88.8677
CIE-Lab49.119025.1498-71.1043

#206eef color RGB value is (32,110,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 01101110 11101111
Octal 40 156 357
Decimal 32 110 239
Hex 20 6E EF

RGB Percentages of Color #206eef

%8.40
%28.87
%62.73

CMYK Percentages of Color #206eef

%87
%54
%0
%6

Triadic Colors of #206eef

#206eef #ef206e #6eef20

Analogous Colors of #206eef

#206eef #3920ef #20d6ef

Monochromatic Colors of #206eef

#206eef

Complementary Color

#206eef #efa120

#206eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#206eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#206eef Color CSS Codes

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

#206eef Text Font Color

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

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


#206eef Background Color

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

This div background color is #206eef


#206eef Border Color

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

This div border color is #206eef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,110,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 #206eef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #206eef


Comments

No comments written yet.

Please login to write comment.