Color Hex Logo

#35aabb Color Hex

#35AABB
(53,170,187)
0 Favorites   0 Comments

Color spaces of #35aabb

RGB 53170187
HSL0.520.560.47
HSV188°72°73°
CMYK 0.720.090.00   0.27
XYZ24.812633.094252.0938
Yxy33.09420.22560.3009
Hunter Lab57.5276-23.6832-13.4205
CIE-Lab64.2371-26.2929-18.0848

#35aabb color RGB value is (53,170,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10101010 10111011
Octal 65 252 273
Decimal 53 170 187
Hex 35 AA BB

RGB Percentages of Color #35aabb

%12.93
%41.46
%45.61

CMYK Percentages of Color #35aabb

%72
%9
%0
%27

Triadic Colors of #35aabb

#35aabb #bb35aa #aabb35

Analogous Colors of #35aabb

#35aabb #3567bb #35bb89

Monochromatic Colors of #35aabb

#35aabb

Complementary Color

#35aabb #bb4635

#35aabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35aabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#35aabb Color CSS Codes

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

#35aabb Text Font Color

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

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


#35aabb Background Color

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

This div background color is #35aabb


#35aabb Border Color

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

This div border color is #35aabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35aabb


Comments

No comments written yet.

Please login to write comment.