Color Hex Logo

#359dbf Color Hex

#359DBF
(53,157,191)
0 Favorites   0 Comments

Color spaces of #359dbf

RGB 53157191
HSL0.540.570.48
HSV195°72°75°
CMYK 0.720.180.00   0.25
XYZ22.929128.632453.6083
Yxy28.63240.21800.2722
Hunter Lab53.5093-17.1527-21.9433
CIE-Lab60.4558-18.2937-26.1057

#359dbf color RGB value is (53,157,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011101 10111111
Octal 65 235 277
Decimal 53 157 191
Hex 35 9D BF

RGB Percentages of Color #359dbf

%13.22
%39.15
%47.63

CMYK Percentages of Color #359dbf

%72
%18
%0
%25

Triadic Colors of #359dbf

#359dbf #bf359d #9dbf35

Analogous Colors of #359dbf

#359dbf #3558bf #35bf9c

Monochromatic Colors of #359dbf

#359dbf

Complementary Color

#359dbf #bf5735

#359dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#359dbf Color CSS Codes

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

#359dbf Text Font Color

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

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


#359dbf Background Color

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

This div background color is #359dbf


#359dbf Border Color

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

This div border color is #359dbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,157,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 #359dbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359dbf


Comments

No comments written yet.

Please login to write comment.