Color Hex Logo

#358ebf Color Hex

#358EBF
(53,142,191)
0 Favorites   0 Comments

Color spaces of #358ebf

RGB 53142191
HSL0.560.570.48
HSV201°72°75°
CMYK 0.720.260.00   0.25
XYZ20.545223.864552.8137
Yxy23.86450.21130.2455
Hunter Lab48.8513-10.4187-29.9032
CIE-Lab55.9519-10.0641-33.0870

#358ebf color RGB value is (53,142,191).

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

The process color (four color CMYK) of #358ebf color hex is 0.72, 0.26, 0.00, 0.25. Web safe color of #358ebf is #3399cc. Color #358ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001110 10111111
Octal 65 216 277
Decimal 53 142 191
Hex 35 8E BF

RGB Percentages of Color #358ebf

%13.73
%36.79
%49.48

CMYK Percentages of Color #358ebf

%72
%26
%0
%25

Triadic Colors of #358ebf

#358ebf #bf358e #8ebf35

Analogous Colors of #358ebf

#358ebf #3549bf #35bfab

Monochromatic Colors of #358ebf

#358ebf

Complementary Color

#358ebf #bf6635

#358ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#358ebf Color CSS Codes

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

#358ebf Text Font Color

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

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


#358ebf Background Color

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

This div background color is #358ebf


#358ebf Border Color

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

This div border color is #358ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358ebf


Comments

No comments written yet.

Please login to write comment.