Color Hex Logo

#359edf Color Hex

#359EDF
(53,158,223)
0 Favorites   0 Comments

Color spaces of #359edf

RGB 53158223
HSL0.560.730.54
HSV203°76°87°
CMYK 0.760.290.00   0.13
XYZ27.014330.538374.2827
Yxy30.53830.20490.2316
Hunter Lab55.2615-9.4487-41.0148
CIE-Lab62.1159-7.9647-41.3822

#359edf color RGB value is (53,158,223).

#359edf hex color red value is 53, green value is 158 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #359edf hue: 0.56 , saturation: 0.73 and the lightness value of 359edf is 0.54.

The process color (four color CMYK) of #359edf color hex is 0.76, 0.29, 0.00, 0.13. Web safe color of #359edf is #3399cc. Color #359edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011110 11011111
Octal 65 236 337
Decimal 53 158 223
Hex 35 9E DF

RGB Percentages of Color #359edf

%12.21
%36.41
%51.38

CMYK Percentages of Color #359edf

%76
%29
%0
%13

Triadic Colors of #359edf

#359edf #df359e #9edf35

Analogous Colors of #359edf

#359edf #3549df #35dfcb

Monochromatic Colors of #359edf

#359edf

Complementary Color

#359edf #df7635

#359edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#359edf Color CSS Codes

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

#359edf Text Font Color

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

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


#359edf Background Color

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

This div background color is #359edf


#359edf Border Color

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

This div border color is #359edf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,158,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359edf


Comments

No comments written yet.

Please login to write comment.