Color Hex Logo

#358fca Color Hex

#358FCA
(53,143,202)
0 Favorites   0 Comments

Color spaces of #358fca

RGB 53143202
HSL0.570.580.50
HSV204°74°79°
CMYK 0.740.290.00   0.21
XYZ21.951324.666159.4812
Yxy24.66610.20690.2325
Hunter Lab49.6650-8.0189-36.2431
CIE-Lab56.7486-6.8033-38.0659

#358fca color RGB value is (53,143,202).

#358fca hex color red value is 53, green value is 143 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #358fca hue: 0.57 , saturation: 0.58 and the lightness value of 358fca is 0.50.

The process color (four color CMYK) of #358fca color hex is 0.74, 0.29, 0.00, 0.21. Web safe color of #358fca is #3399cc. Color #358fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001111 11001010
Octal 65 217 312
Decimal 53 143 202
Hex 35 8F CA

RGB Percentages of Color #358fca

%13.32
%35.93
%50.75

CMYK Percentages of Color #358fca

%74
%29
%0
%21

Triadic Colors of #358fca

#358fca #ca358f #8fca35

Analogous Colors of #358fca

#358fca #3545ca #35cabb

Monochromatic Colors of #358fca

#358fca

Complementary Color

#358fca #ca7035

#358fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#358fca Color CSS Codes

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

#358fca Text Font Color

<p style="color:#358fca">Text here</p>

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


#358fca Background Color

<div style="background-color:#358fca">
Div content here</div>

This div background color is #358fca


#358fca Border Color

<div style="border:3px solid #358fca">
Div here</div>

This div border color is #358fca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,143,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #358fca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #358fca;
  -webkit-box-shadow: 1px 1px 3px 2px #358fca;
  box-shadow:         1px 1px 3px 2px #358fca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358fca


Comments

No comments written yet.

Please login to write comment.