Color Hex Logo

#359ceb Color Hex

#359CEB
(53,156,235)
0 Favorites   0 Comments

Color spaces of #359ceb

RGB 53156235
HSL0.570.820.56
HSV206°77°92°
CMYK 0.770.340.00   0.08
XYZ28.352130.532082.9962
Yxy30.53200.19980.2152
Hunter Lab55.2558-5.1081-50.3767
CIE-Lab62.1106-2.6021-48.0228

#359ceb color RGB value is (53,156,235).

#359ceb hex color red value is 53, green value is 156 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #359ceb hue: 0.57 , saturation: 0.82 and the lightness value of 359ceb is 0.56.

The process color (four color CMYK) of #359ceb color hex is 0.77, 0.34, 0.00, 0.08. Web safe color of #359ceb is #3399ff. Color #359ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011100 11101011
Octal 65 234 353
Decimal 53 156 235
Hex 35 9C EB

RGB Percentages of Color #359ceb

%11.94
%35.14
%52.93

CMYK Percentages of Color #359ceb

%77
%34
%0
%8

Triadic Colors of #359ceb

#359ceb #eb359c #9ceb35

Analogous Colors of #359ceb

#359ceb #3541eb #35ebdf

Monochromatic Colors of #359ceb

#359ceb

Complementary Color

#359ceb #eb8435

#359ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#359ceb Color CSS Codes

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

#359ceb Text Font Color

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

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


#359ceb Background Color

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

This div background color is #359ceb


#359ceb Border Color

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

This div border color is #359ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359ceb


Comments

No comments written yet.

Please login to write comment.