Color Hex Logo

#35adfe Color Hex

#35ADFE
(53,173,254)
0 Favorites   0 Comments

Color spaces of #35adfe

RGB 53173254
HSL0.570.990.60
HSV204°79°100°
CMYK 0.790.320.00   0.00
XYZ34.301237.799899.2542
Yxy37.79980.20020.2206
Hunter Lab61.4815-8.0057-52.6792
CIE-Lab67.8728-5.5396-49.3134

#35adfe color RGB value is (53,173,254).

#35adfe hex color red value is 53, green value is 173 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #35adfe hue: 0.57 , saturation: 0.99 and the lightness value of 35adfe is 0.60.

The process color (four color CMYK) of #35adfe color hex is 0.79, 0.32, 0.00, 0.00. Web safe color of #35adfe is #3399ff. Color #35adfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10101101 11111110
Octal 65 255 376
Decimal 53 173 254
Hex 35 AD FE

RGB Percentages of Color #35adfe

%11.04
%36.04
%52.92

CMYK Percentages of Color #35adfe

%79
%32
%0
%0

Triadic Colors of #35adfe

#35adfe #fe35ad #adfe35

Analogous Colors of #35adfe

#35adfe #3549fe #35feeb

Monochromatic Colors of #35adfe

#35adfe

Complementary Color

#35adfe #fe8635

#35adfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35adfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#35adfe Color CSS Codes

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

#35adfe Text Font Color

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

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


#35adfe Background Color

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

This div background color is #35adfe


#35adfe Border Color

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

This div border color is #35adfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35adfe


Comments

No comments written yet.

Please login to write comment.