Color Hex Logo

#35edfc Color Hex

#35EDFC
(53,237,252)
0 Favorites   0 Comments

Color spaces of #35edfc

RGB 53237252
HSL0.510.970.60
HSV185°79°99°
CMYK 0.790.060.00   0.01
XYZ49.323168.3535102.6894
Yxy68.35350.22380.3102
Hunter Lab82.6762-38.1935-15.7689
CIE-Lab86.1829-38.6460-19.9561

#35edfc color RGB value is (53,237,252).

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

The process color (four color CMYK) of #35edfc color hex is 0.79, 0.06, 0.00, 0.01. Web safe color of #35edfc is #33ffff. Color #35edfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 11101101 11111100
Octal 65 355 374
Decimal 53 237 252
Hex 35 ED FC

RGB Percentages of Color #35edfc

%9.78
%43.73
%46.49

CMYK Percentages of Color #35edfc

%79
%6
%0
%1

Triadic Colors of #35edfc

#35edfc #fc35ed #edfc35

Analogous Colors of #35edfc

#35edfc #358afc #35fca8

Monochromatic Colors of #35edfc

#35edfc

Complementary Color

#35edfc #fc4435

#35edfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35edfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#35edfc Color CSS Codes

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

#35edfc Text Font Color

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

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


#35edfc Background Color

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

This div background color is #35edfc


#35edfc Border Color

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

This div border color is #35edfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35edfc

Related Colors


Comments

No comments written yet.

Please login to write comment.