Color Hex Logo

#359afc Color Hex

#359AFC
(53,154,252)
0 Favorites   0 Comments

Color spaces of #359afc

RGB 53154252
HSL0.580.970.60
HSV210°79°99°
CMYK 0.790.390.00   0.01
XYZ30.594530.896496.4466
Yxy30.89640.19370.1956
Hunter Lab55.58450.9760-63.9669
CIE-Lab62.42014.6489-56.8686

#359afc color RGB value is (53,154,252).

#359afc hex color red value is 53, green value is 154 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #359afc hue: 0.58 , saturation: 0.97 and the lightness value of 359afc is 0.60.

The process color (four color CMYK) of #359afc color hex is 0.79, 0.39, 0.00, 0.01. Web safe color of #359afc is #3399ff. Color #359afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011010 11111100
Octal 65 232 374
Decimal 53 154 252
Hex 35 9A FC

RGB Percentages of Color #359afc

%11.55
%33.55
%54.90

CMYK Percentages of Color #359afc

%79
%39
%0
%1

Triadic Colors of #359afc

#359afc #fc359a #9afc35

Analogous Colors of #359afc

#359afc #3537fc #35fcfb

Monochromatic Colors of #359afc

#359afc

Complementary Color

#359afc #fc9735

#359afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#359afc Color CSS Codes

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

#359afc Text Font Color

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

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


#359afc Background Color

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

This div background color is #359afc


#359afc Border Color

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

This div border color is #359afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359afc


Comments

No comments written yet.

Please login to write comment.