Color Hex Logo

#358ecf Color Hex

#358ECF
(53,142,207)
0 Favorites   0 Comments

Color spaces of #358ecf

RGB 53142207
HSL0.570.620.51
HSV205°74°81°
CMYK 0.740.310.00   0.19
XYZ22.403724.607962.6005
Yxy24.60790.20440.2245
Hunter Lab49.6064-6.1952-40.0963
CIE-Lab56.6914-4.4634-40.9740

#358ecf color RGB value is (53,142,207).

#358ecf hex color red value is 53, green value is 142 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #358ecf hue: 0.57 , saturation: 0.62 and the lightness value of 358ecf is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001110 11001111
Octal 65 216 317
Decimal 53 142 207
Hex 35 8E CF

RGB Percentages of Color #358ecf

%13.18
%35.32
%51.49

CMYK Percentages of Color #358ecf

%74
%31
%0
%19

Triadic Colors of #358ecf

#358ecf #cf358e #8ecf35

Analogous Colors of #358ecf

#358ecf #3541cf #35cfc3

Monochromatic Colors of #358ecf

#358ecf

Complementary Color

#358ecf #cf7635

#358ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#358ecf Color CSS Codes

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

#358ecf Text Font Color

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

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


#358ecf Background Color

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

This div background color is #358ecf


#358ecf Border Color

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

This div border color is #358ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358ecf


Comments

No comments written yet.

Please login to write comment.