Color Hex Logo

#3496ee Color Hex

#3496EE
(52,150,238)
0 Favorites   0 Comments

Color spaces of #3496ee

RGB 52150238
HSL0.580.850.57
HSV208°78°93°
CMYK 0.780.370.00   0.07
XYZ27.755128.715884.9688
Yxy28.71580.19620.2030
Hunter Lab53.5871-1.3246-56.5004
CIE-Lab60.53001.8492-52.1840

#3496ee color RGB value is (52,150,238).

#3496ee hex color red value is 52, green value is 150 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #3496ee hue: 0.58 , saturation: 0.85 and the lightness value of 3496ee is 0.57.

The process color (four color CMYK) of #3496ee color hex is 0.78, 0.37, 0.00, 0.07. Web safe color of #3496ee is #3399ff. Color #3496ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10010110 11101110
Octal 64 226 356
Decimal 52 150 238
Hex 34 96 EE

RGB Percentages of Color #3496ee

%11.82
%34.09
%54.09

CMYK Percentages of Color #3496ee

%78
%37
%0
%7

Triadic Colors of #3496ee

#3496ee #ee3496 #96ee34

Analogous Colors of #3496ee

#3496ee #3439ee #34eee9

Monochromatic Colors of #3496ee

#3496ee

Complementary Color

#3496ee #ee8c34

#3496ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3496ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3496ee Color CSS Codes

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

#3496ee Text Font Color

<p style="color:#3496ee">Text here</p>

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


#3496ee Background Color

<div style="background-color:#3496ee">
Div content here</div>

This div background color is #3496ee


#3496ee Border Color

<div style="border:3px solid #3496ee">
Div here</div>

This div border color is #3496ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,150,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3496ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3496ee;
  -webkit-box-shadow: 1px 1px 3px 2px #3496ee;
  box-shadow:         1px 1px 3px 2px #3496ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,150,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 #3496ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3496ee


Comments

No comments written yet.

Please login to write comment.