Color Hex Logo

#3495ee Color Hex

#3495EE
(52,149,238)
0 Favorites   0 Comments

Color spaces of #3495ee

RGB 52149238
HSL0.580.850.57
HSV209°78°93°
CMYK 0.780.370.00   0.07
XYZ27.596228.398084.9158
Yxy28.39800.19580.2015
Hunter Lab53.2898-0.8206-57.1742
CIE-Lab60.24662.4364-52.6342

#3495ee color RGB value is (52,149,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10010101 11101110
Octal 64 225 356
Decimal 52 149 238
Hex 34 95 EE

RGB Percentages of Color #3495ee

%11.85
%33.94
%54.21

CMYK Percentages of Color #3495ee

%78
%37
%0
%7

Triadic Colors of #3495ee

#3495ee #ee3495 #95ee34

Analogous Colors of #3495ee

#3495ee #3438ee #34eeea

Monochromatic Colors of #3495ee

#3495ee

Complementary Color

#3495ee #ee8d34

#3495ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3495ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3495ee Color CSS Codes

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

#3495ee Text Font Color

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

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


#3495ee Background Color

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

This div background color is #3495ee


#3495ee Border Color

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

This div border color is #3495ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3495ee


Comments

No comments written yet.

Please login to write comment.