Color Hex Logo

#35afdc Color Hex

#35AFDC
(53,175,220)
0 Favorites   0 Comments

Color spaces of #35afdc

RGB 53175220
HSL0.540.700.54
HSV196°76°86°
CMYK 0.760.200.00   0.14
XYZ29.716436.584173.2054
Yxy36.58410.21300.2622
Hunter Lab60.4848-18.1507-29.4200
CIE-Lab66.9638-18.2464-32.1684

#35afdc color RGB value is (53,175,220).

#35afdc hex color red value is 53, green value is 175 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #35afdc hue: 0.54 , saturation: 0.70 and the lightness value of 35afdc is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10101111 11011100
Octal 65 257 334
Decimal 53 175 220
Hex 35 AF DC

RGB Percentages of Color #35afdc

%11.83
%39.06
%49.11

CMYK Percentages of Color #35afdc

%76
%20
%0
%14

Triadic Colors of #35afdc

#35afdc #dc35af #afdc35

Analogous Colors of #35afdc

#35afdc #355cdc #35dcb6

Monochromatic Colors of #35afdc

#35afdc

Complementary Color

#35afdc #dc6235

#35afdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35afdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#35afdc Color CSS Codes

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

#35afdc Text Font Color

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

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


#35afdc Background Color

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

This div background color is #35afdc


#35afdc Border Color

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

This div border color is #35afdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35afdc


Comments

No comments written yet.

Please login to write comment.