Color Hex Logo

#35acbd Color Hex

#35ACBD
(53,172,189)
0 Favorites   0 Comments

Color spaces of #35acbd

RGB 53172189
HSL0.520.560.47
HSV188°72°74°
CMYK 0.720.090.00   0.26
XYZ25.406033.936153.3554
Yxy33.93610.22540.3011
Hunter Lab58.2547-24.0984-13.5253
CIE-Lab64.9118-26.6737-18.1743

#35acbd color RGB value is (53,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10101100 10111101
Octal 65 254 275
Decimal 53 172 189
Hex 35 AC BD

RGB Percentages of Color #35acbd

%12.80
%41.55
%45.65

CMYK Percentages of Color #35acbd

%72
%9
%0
%26

Triadic Colors of #35acbd

#35acbd #bd35ac #acbd35

Analogous Colors of #35acbd

#35acbd #3568bd #35bd8a

Monochromatic Colors of #35acbd

#35acbd

Complementary Color

#35acbd #bd4635

#35acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#35acbd Color CSS Codes

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

#35acbd Text Font Color

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

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


#35acbd Background Color

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

This div background color is #35acbd


#35acbd Border Color

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

This div border color is #35acbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35acbd


Comments

No comments written yet.

Please login to write comment.