Color Hex Logo

#35a1bb Color Hex

#35A1BB
(53,161,187)
0 Favorites   0 Comments

Color spaces of #35a1bb

RGB 53161187
HSL0.530.560.47
HSV192°72°73°
CMYK 0.720.140.00   0.27
XYZ23.182729.834551.5505
Yxy29.83450.22170.2853
Hunter Lab54.6210-19.8262-17.7224
CIE-Lab61.5112-21.6992-22.2391

#35a1bb color RGB value is (53,161,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10100001 10111011
Octal 65 241 273
Decimal 53 161 187
Hex 35 A1 BB

RGB Percentages of Color #35a1bb

%13.22
%40.15
%46.63

CMYK Percentages of Color #35a1bb

%72
%14
%0
%27

Triadic Colors of #35a1bb

#35a1bb #bb35a1 #a1bb35

Analogous Colors of #35a1bb

#35a1bb #355ebb #35bb92

Monochromatic Colors of #35a1bb

#35a1bb

Complementary Color

#35a1bb #bb4f35

#35a1bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35a1bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#35a1bb Color CSS Codes

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

#35a1bb Text Font Color

<p style="color:#35a1bb">Text here</p>

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


#35a1bb Background Color

<div style="background-color:#35a1bb">
Div content here</div>

This div background color is #35a1bb


#35a1bb Border Color

<div style="border:3px solid #35a1bb">
Div here</div>

This div border color is #35a1bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35a1bb


Comments

No comments written yet.

Please login to write comment.