Color Hex Logo

#35afff Color Hex

#35AFFF
(53,175,255)
0 Favorites   0 Comments

Color spaces of #35afff

RGB 53175255
HSL0.571.000.60
HSV204°79°100°
CMYK 0.790.310.00   0.00
XYZ34.848238.6368100.2287
Yxy38.63680.20060.2224
Hunter Lab62.1585-8.7041-52.0924
CIE-Lab68.4874-6.3062-48.8864

#35afff color RGB value is (53,175,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10101111 11111111
Octal 65 257 377
Decimal 53 175 255
Hex 35 AF FF

RGB Percentages of Color #35afff

%10.97
%36.23
%52.80

CMYK Percentages of Color #35afff

%79
%31
%0
%0

Triadic Colors of #35afff

#35afff #ff35af #afff35

Analogous Colors of #35afff

#35afff #354aff #35ffea

Monochromatic Colors of #35afff

#35afff

Complementary Color

#35afff #ff8535

#35afff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35afff Color Preview on White Background

Lorem ipsum dolor sit amet.

#35afff Color CSS Codes

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

#35afff Text Font Color

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

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


#35afff Background Color

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

This div background color is #35afff


#35afff Border Color

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

This div border color is #35afff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35afff

Related Colors


Comments

No comments written yet.

Please login to write comment.