Color Hex Logo

#35aefe Color Hex

#35AEFE
(53,174,254)
0 Favorites   0 Comments

Color spaces of #35aefe

RGB 53174254
HSL0.570.990.60
HSV204°79°100°
CMYK 0.790.310.00   0.00
XYZ34.493638.184799.3183
Yxy38.18470.20050.2220
Hunter Lab61.7938-8.4995-52.0385
CIE-Lab68.1565-6.0982-48.8659

#35aefe color RGB value is (53,174,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10101110 11111110
Octal 65 256 376
Decimal 53 174 254
Hex 35 AE FE

RGB Percentages of Color #35aefe

%11.02
%36.17
%52.81

CMYK Percentages of Color #35aefe

%79
%31
%0
%0

Triadic Colors of #35aefe

#35aefe #fe35ae #aefe35

Analogous Colors of #35aefe

#35aefe #354afe #35feea

Monochromatic Colors of #35aefe

#35aefe

Complementary Color

#35aefe #fe8535

#35aefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35aefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#35aefe Color CSS Codes

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

#35aefe Text Font Color

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

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


#35aefe Background Color

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

This div background color is #35aefe


#35aefe Border Color

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

This div border color is #35aefe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,174,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 #35aefe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35aefe

Related Colors


Comments

No comments written yet.

Please login to write comment.