Color Hex Logo

#35abca Color Hex

#35ABCA
(53,171,202)
0 Favorites   0 Comments

Color spaces of #35abca

RGB 53171202
HSL0.530.580.50
HSV192°74°79°
CMYK 0.740.150.00   0.21
XYZ26.691834.147061.0613
Yxy34.14700.21900.2801
Hunter Lab58.4354-20.7278-21.0495
CIE-Lab65.0791-22.0503-25.1381

#35abca color RGB value is (53,171,202).

#35abca hex color red value is 53, green value is 171 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #35abca hue: 0.53 , saturation: 0.58 and the lightness value of 35abca is 0.50.

The process color (four color CMYK) of #35abca color hex is 0.74, 0.15, 0.00, 0.21. Web safe color of #35abca is #3399cc. Color #35abca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10101011 11001010
Octal 65 253 312
Decimal 53 171 202
Hex 35 AB CA

RGB Percentages of Color #35abca

%12.44
%40.14
%47.42

CMYK Percentages of Color #35abca

%74
%15
%0
%21

Triadic Colors of #35abca

#35abca #ca35ab #abca35

Analogous Colors of #35abca

#35abca #3561ca #35ca9f

Monochromatic Colors of #35abca

#35abca

Complementary Color

#35abca #ca5435

#35abca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35abca Color Preview on White Background

Lorem ipsum dolor sit amet.

#35abca Color CSS Codes

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

#35abca Text Font Color

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

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


#35abca Background Color

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

This div background color is #35abca


#35abca Border Color

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

This div border color is #35abca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35abca


Comments

No comments written yet.

Please login to write comment.