Color Hex Logo

#358eab Color Hex

#358EAB
(53,142,171)
0 Favorites   0 Comments

Color spaces of #358eab

RGB 53142171
HSL0.540.530.44
HSV195°69°67°
CMYK 0.690.170.00   0.33
XYZ18.491923.043242.0012
Yxy23.04320.22140.2758
Hunter Lab48.0033-15.2439-18.2743
CIE-Lab55.1168-16.8140-22.9745

#358eab color RGB value is (53,142,171).

#358eab hex color red value is 53, green value is 142 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #358eab hue: 0.54 , saturation: 0.53 and the lightness value of 358eab is 0.44.

The process color (four color CMYK) of #358eab color hex is 0.69, 0.17, 0.00, 0.33. Web safe color of #358eab is #339999. Color #358eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001110 10101011
Octal 65 216 253
Decimal 53 142 171
Hex 35 8E AB

RGB Percentages of Color #358eab

%14.48
%38.80
%46.72

CMYK Percentages of Color #358eab

%69
%17
%0
%33

Triadic Colors of #358eab

#358eab #ab358e #8eab35

Analogous Colors of #358eab

#358eab #3553ab #35ab8d

Monochromatic Colors of #358eab

#358eab

Complementary Color

#358eab #ab5235

#358eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#358eab Color CSS Codes

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

#358eab Text Font Color

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

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


#358eab Background Color

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

This div background color is #358eab


#358eab Border Color

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

This div border color is #358eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358eab


Comments

No comments written yet.

Please login to write comment.