Color Hex Logo

#396cee Color Hex

#396CEE
(57,108,238)
0 Favorites   0 Comments

Color spaces of #396cee

RGB 57108238
HSL0.620.840.58
HSV223°76°93°
CMYK 0.760.550.00   0.07
XYZ22.482517.768083.1335
Yxy17.76800.18220.1440
Hunter Lab42.152121.4396-87.4268
CIE-Lab49.213528.1305-70.3598

#396cee color RGB value is (57,108,238).

#396cee hex color red value is 57, green value is 108 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #396cee hue: 0.62 , saturation: 0.84 and the lightness value of 396cee is 0.58.

The process color (four color CMYK) of #396cee color hex is 0.76, 0.55, 0.00, 0.07. Web safe color of #396cee is #3366ff. Color #396cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101100 11101110
Octal 71 154 356
Decimal 57 108 238
Hex 39 6C EE

RGB Percentages of Color #396cee

%14.14
%26.80
%59.06

CMYK Percentages of Color #396cee

%76
%55
%0
%7

Triadic Colors of #396cee

#396cee #ee396c #6cee39

Analogous Colors of #396cee

#396cee #6039ee #39c7ee

Monochromatic Colors of #396cee

#396cee

Complementary Color

#396cee #eebb39

#396cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#396cee Color CSS Codes

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

#396cee Text Font Color

<p style="color:#396cee">Text here</p>

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


#396cee Background Color

<div style="background-color:#396cee">
Div content here</div>

This div background color is #396cee


#396cee Border Color

<div style="border:3px solid #396cee">
Div here</div>

This div border color is #396cee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,108,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #396cee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #396cee;
  -webkit-box-shadow: 1px 1px 3px 2px #396cee;
  box-shadow:         1px 1px 3px 2px #396cee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,108,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396cee


Comments

No comments written yet.

Please login to write comment.