Color Hex Logo

#35afc2 Color Hex

#35AFC2
(53,175,194)
0 Favorites   0 Comments

Color spaces of #35afc2

RGB 53175194
HSL0.520.570.48
HSV188°73°76°
CMYK 0.730.100.00   0.24
XYZ26.535835.311956.4562
Yxy35.31190.22430.2985
Hunter Lab59.4238-24.2822-14.7324
CIE-Lab65.9908-26.6192-19.3112

#35afc2 color RGB value is (53,175,194).

#35afc2 hex color red value is 53, green value is 175 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #35afc2 hue: 0.52 , saturation: 0.57 and the lightness value of 35afc2 is 0.48.

The process color (four color CMYK) of #35afc2 color hex is 0.73, 0.10, 0.00, 0.24. Web safe color of #35afc2 is #3399cc. Color #35afc2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10101111 11000010
Octal 65 257 302
Decimal 53 175 194
Hex 35 AF C2

RGB Percentages of Color #35afc2

%12.56
%41.47
%45.97

CMYK Percentages of Color #35afc2

%73
%10
%0
%24

Triadic Colors of #35afc2

#35afc2 #c235af #afc235

Analogous Colors of #35afc2

#35afc2 #3569c2 #35c28f

Monochromatic Colors of #35afc2

#35afc2

Complementary Color

#35afc2 #c24835

#35afc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35afc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#35afc2 Color CSS Codes

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

#35afc2 Text Font Color

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

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


#35afc2 Background Color

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

This div background color is #35afc2


#35afc2 Border Color

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

This div border color is #35afc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35afc2


Comments

No comments written yet.

Please login to write comment.