Color Hex Logo

#358cda Color Hex

#358CDA
(53,140,218)
0 Favorites   0 Comments

Color spaces of #358cda

RGB 53140218
HSL0.580.690.53
HSV208°76°85°
CMYK 0.760.360.00   0.15
XYZ23.501224.575069.8345
Yxy24.57500.19930.2084
Hunter Lab49.5732-2.1314-48.8215
CIE-Lab56.65900.6396-47.2038

#358cda color RGB value is (53,140,218).

#358cda hex color red value is 53, green value is 140 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #358cda hue: 0.58 , saturation: 0.69 and the lightness value of 358cda is 0.53.

The process color (four color CMYK) of #358cda color hex is 0.76, 0.36, 0.00, 0.15. Web safe color of #358cda is #3399cc. Color #358cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001100 11011010
Octal 65 214 332
Decimal 53 140 218
Hex 35 8C DA

RGB Percentages of Color #358cda

%12.90
%34.06
%53.04

CMYK Percentages of Color #358cda

%76
%36
%0
%15

Triadic Colors of #358cda

#358cda #da358c #8cda35

Analogous Colors of #358cda

#358cda #353ada #35dad6

Monochromatic Colors of #358cda

#358cda

Complementary Color

#358cda #da8335

#358cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#358cda Color CSS Codes

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

#358cda Text Font Color

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

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


#358cda Background Color

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

This div background color is #358cda


#358cda Border Color

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

This div border color is #358cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358cda


Comments

No comments written yet.

Please login to write comment.