Color Hex Logo

#35aefc Color Hex

#35AEFC
(53,174,252)
0 Favorites   0 Comments

Color spaces of #35aefc

RGB 53174252
HSL0.570.970.60
HSV204°79°99°
CMYK 0.790.310.00   0.01
XYZ34.174938.057397.6400
Yxy38.05730.20120.2240
Hunter Lab61.6906-9.0744-50.6571
CIE-Lab68.0628-6.7961-47.9287

#35aefc color RGB value is (53,174,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10101110 11111100
Octal 65 256 374
Decimal 53 174 252
Hex 35 AE FC

RGB Percentages of Color #35aefc

%11.06
%36.33
%52.61

CMYK Percentages of Color #35aefc

%79
%31
%0
%1

Triadic Colors of #35aefc

#35aefc #fc35ae #aefc35

Analogous Colors of #35aefc

#35aefc #354bfc #35fce7

Monochromatic Colors of #35aefc

#35aefc

Complementary Color

#35aefc #fc8335

#35aefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35aefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#35aefc Color CSS Codes

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

#35aefc Text Font Color

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

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


#35aefc Background Color

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

This div background color is #35aefc


#35aefc Border Color

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

This div border color is #35aefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35aefc


Comments

No comments written yet.

Please login to write comment.