Color Hex Logo

#359cec Color Hex

#359CEC
(53,156,236)
0 Favorites   0 Comments

Color spaces of #359cec

RGB 53156236
HSL0.570.830.57
HSV206°78°93°
CMYK 0.780.340.00   0.07
XYZ28.497030.589983.7594
Yxy30.58990.19950.2141
Hunter Lab55.3081-4.8188-51.0739
CIE-Lab62.1599-2.2466-48.4960

#359cec color RGB value is (53,156,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011100 11101100
Octal 65 234 354
Decimal 53 156 236
Hex 35 9C EC

RGB Percentages of Color #359cec

%11.91
%35.06
%53.03

CMYK Percentages of Color #359cec

%78
%34
%0
%7

Triadic Colors of #359cec

#359cec #ec359c #9cec35

Analogous Colors of #359cec

#359cec #3540ec #35ece1

Monochromatic Colors of #359cec

#359cec

Complementary Color

#359cec #ec8535

#359cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#359cec Color CSS Codes

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

#359cec Text Font Color

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

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


#359cec Background Color

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

This div background color is #359cec


#359cec Border Color

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

This div border color is #359cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359cec


Comments

No comments written yet.

Please login to write comment.