Color Hex Logo

#359eee Color Hex

#359EEE
(53,158,238)
0 Favorites   0 Comments

Color spaces of #359eee

RGB 53158238
HSL0.570.840.57
HSV206°78°93°
CMYK 0.780.340.00   0.07
XYZ29.127731.383785.4114
Yxy31.38370.19960.2151
Hunter Lab56.0212-5.2275-51.1804
CIE-Lab62.8302-2.6850-48.5372

#359eee color RGB value is (53,158,238).

#359eee hex color red value is 53, green value is 158 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #359eee hue: 0.57 , saturation: 0.84 and the lightness value of 359eee is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011110 11101110
Octal 65 236 356
Decimal 53 158 238
Hex 35 9E EE

RGB Percentages of Color #359eee

%11.80
%35.19
%53.01

CMYK Percentages of Color #359eee

%78
%34
%0
%7

Triadic Colors of #359eee

#359eee #ee359e #9eee35

Analogous Colors of #359eee

#359eee #3542ee #35eee2

Monochromatic Colors of #359eee

#359eee

Complementary Color

#359eee #ee8535

#359eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#359eee Color CSS Codes

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

#359eee Text Font Color

<p style="color:#359eee">Text here</p>

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


#359eee Background Color

<div style="background-color:#359eee">
Div content here</div>

This div background color is #359eee


#359eee Border Color

<div style="border:3px solid #359eee">
Div here</div>

This div border color is #359eee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,158,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #359eee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #359eee;
  -webkit-box-shadow: 1px 1px 3px 2px #359eee;
  box-shadow:         1px 1px 3px 2px #359eee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,158,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 #359eee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359eee


Comments

No comments written yet.

Please login to write comment.