Color Hex Logo

#359abb Color Hex

#359ABB
(53,154,187)
0 Favorites   0 Comments

Color spaces of #359abb

RGB 53154187
HSL0.540.560.47
HSV195°72°73°
CMYK 0.720.180.00   0.27
XYZ21.993427.455951.1541
Yxy27.45590.21860.2729
Hunter Lab52.3984-16.7746-21.2032
CIE-Lab59.3940-18.0096-25.4888

#359abb color RGB value is (53,154,187).

#359abb hex color red value is 53, green value is 154 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #359abb hue: 0.54 , saturation: 0.56 and the lightness value of 359abb is 0.47.

The process color (four color CMYK) of #359abb color hex is 0.72, 0.18, 0.00, 0.27. Web safe color of #359abb is #3399cc. Color #359abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011010 10111011
Octal 65 232 273
Decimal 53 154 187
Hex 35 9A BB

RGB Percentages of Color #359abb

%13.45
%39.09
%47.46

CMYK Percentages of Color #359abb

%72
%18
%0
%27

Triadic Colors of #359abb

#359abb #bb359a #9abb35

Analogous Colors of #359abb

#359abb #3557bb #35bb99

Monochromatic Colors of #359abb

#359abb

Complementary Color

#359abb #bb5635

#359abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#359abb Color CSS Codes

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

#359abb Text Font Color

<p style="color:#359abb">Text here</p>

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


#359abb Background Color

<div style="background-color:#359abb">
Div content here</div>

This div background color is #359abb


#359abb Border Color

<div style="border:3px solid #359abb">
Div here</div>

This div border color is #359abb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,154,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #359abb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #359abb;
  -webkit-box-shadow: 1px 1px 3px 2px #359abb;
  box-shadow:         1px 1px 3px 2px #359abb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359abb


Comments

No comments written yet.

Please login to write comment.