Color Hex Logo

#35e2ff Color Hex

#35E2FF
(53,226,255)
0 Favorites   0 Comments

Color spaces of #35e2ff

RGB 53226255
HSL0.521.000.60
HSV189°79°100°
CMYK 0.790.110.00   0.00
XYZ46.714662.3696104.1842
Yxy62.36960.21900.2924
Hunter Lab78.9744-32.6197-22.9341
CIE-Lab83.1096-32.6107-26.2020

#35e2ff color RGB value is (53,226,255).

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

The process color (four color CMYK) of #35e2ff color hex is 0.79, 0.11, 0.00, 0.00. Web safe color of #35e2ff is #33ccff. Color #35e2ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 11100010 11111111
Octal 65 342 377
Decimal 53 226 255
Hex 35 E2 FF

RGB Percentages of Color #35e2ff

%9.93
%42.32
%47.75

CMYK Percentages of Color #35e2ff

%79
%11
%0
%0

Triadic Colors of #35e2ff

#35e2ff #ff35e2 #e2ff35

Analogous Colors of #35e2ff

#35e2ff #357dff #35ffb7

Monochromatic Colors of #35e2ff

#35e2ff

Complementary Color

#35e2ff #ff5235

#35e2ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35e2ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#35e2ff Color CSS Codes

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

#35e2ff Text Font Color

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

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


#35e2ff Background Color

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

This div background color is #35e2ff


#35e2ff Border Color

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

This div border color is #35e2ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35e2ff

Related Colors


Comments

No comments written yet.

Please login to write comment.