Color Hex Logo

#359def Color Hex

#359DEF
(53,157,239)
0 Favorites   0 Comments

Color spaces of #359def

RGB 53157239
HSL0.570.850.57
HSV206°78°94°
CMYK 0.780.340.00   0.06
XYZ29.105231.102886.1308
Yxy31.10280.19890.2125
Hunter Lab55.7699-4.4417-52.5283
CIE-Lab62.5943-1.7550-49.4604

#359def color RGB value is (53,157,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011101 11101111
Octal 65 235 357
Decimal 53 157 239
Hex 35 9D EF

RGB Percentages of Color #359def

%11.80
%34.97
%53.23

CMYK Percentages of Color #359def

%78
%34
%0
%6

Triadic Colors of #359def

#359def #ef359d #9def35

Analogous Colors of #359def

#359def #3540ef #35efe4

Monochromatic Colors of #359def

#359def

Complementary Color

#359def #ef8735

#359def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359def Color Preview on White Background

Lorem ipsum dolor sit amet.

#359def Color CSS Codes

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

#359def Text Font Color

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

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


#359def Background Color

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

This div background color is #359def


#359def Border Color

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

This div border color is #359def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359def


Comments

No comments written yet.

Please login to write comment.