Color Hex Logo

#35afee Color Hex

#35AFEE
(53,175,238)
0 Favorites   0 Comments

Color spaces of #35afee

RGB 53175238
HSL0.560.840.57
HSV200°78°93°
CMYK 0.780.260.00   0.07
XYZ32.230837.589986.4457
Yxy37.58990.20630.2406
Hunter Lab61.3106-13.4566-40.6793
CIE-Lab67.7173-12.1806-40.8528

#35afee color RGB value is (53,175,238).

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

The process color (four color CMYK) of #35afee color hex is 0.78, 0.26, 0.00, 0.07. Web safe color of #35afee is #3399ff. Color #35afee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10101111 11101110
Octal 65 257 356
Decimal 53 175 238
Hex 35 AF EE

RGB Percentages of Color #35afee

%11.37
%37.55
%51.07

CMYK Percentages of Color #35afee

%78
%26
%0
%7

Triadic Colors of #35afee

#35afee #ee35af #afee35

Analogous Colors of #35afee

#35afee #3553ee #35eed1

Monochromatic Colors of #35afee

#35afee

Complementary Color

#35afee #ee7435

#35afee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35afee Color Preview on White Background

Lorem ipsum dolor sit amet.

#35afee Color CSS Codes

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

#35afee Text Font Color

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

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


#35afee Background Color

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

This div background color is #35afee


#35afee Border Color

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

This div border color is #35afee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35afee


Comments

No comments written yet.

Please login to write comment.