Color Hex Logo

#35edff Color Hex

#35EDFF
(53,237,255)
0 Favorites   0 Comments

Color spaces of #35edff

RGB 53237255
HSL0.511.000.60
HSV185°79°100°
CMYK 0.790.070.00   0.00
XYZ49.802468.5453105.2134
Yxy68.54530.22280.3066
Hunter Lab82.7921-37.5120-17.3921
CIE-Lab86.2784-37.7602-21.3854

#35edff color RGB value is (53,237,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11101101 11111111
Octal 65 355 377
Decimal 53 237 255
Hex 35 ED FF

RGB Percentages of Color #35edff

%9.72
%43.49
%46.79

CMYK Percentages of Color #35edff

%79
%7
%0
%0

Triadic Colors of #35edff

#35edff #ff35ed #edff35

Analogous Colors of #35edff

#35edff #3588ff #35ffac

Monochromatic Colors of #35edff

#35edff

Complementary Color

#35edff #ff4735

#35edff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35edff Color Preview on White Background

Lorem ipsum dolor sit amet.

#35edff Color CSS Codes

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

#35edff Text Font Color

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

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


#35edff Background Color

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

This div background color is #35edff


#35edff Border Color

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

This div border color is #35edff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35edff


Comments

No comments written yet.

Please login to write comment.