Color Hex Logo

#35edfd Color Hex

#35EDFD
(53,237,253)
0 Favorites   0 Comments

Color spaces of #35edfd

RGB 53237253
HSL0.510.980.60
HSV185°79°99°
CMYK 0.790.060.00   0.01
XYZ49.482068.4171103.5264
Yxy68.41710.22350.3090
Hunter Lab82.7146-37.9674-16.3077
CIE-Lab86.2146-38.3515-20.4329

#35edfd color RGB value is (53,237,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11101101 11111101
Octal 65 355 375
Decimal 53 237 253
Hex 35 ED FD

RGB Percentages of Color #35edfd

%9.76
%43.65
%46.59

CMYK Percentages of Color #35edfd

%79
%6
%0
%1

Triadic Colors of #35edfd

#35edfd #fd35ed #edfd35

Analogous Colors of #35edfd

#35edfd #3589fd #35fda9

Monochromatic Colors of #35edfd

#35edfd

Complementary Color

#35edfd #fd4535

#35edfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35edfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#35edfd Color CSS Codes

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

#35edfd Text Font Color

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

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


#35edfd Background Color

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

This div background color is #35edfd


#35edfd Border Color

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

This div border color is #35edfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35edfd


Comments

No comments written yet.

Please login to write comment.