Color Hex Logo

#75ffda Color Hex

#75FFDA
(117,255,218)
0 Favorites   0 Comments

Color spaces of #75ffda

RGB 117255218
HSL0.461.000.73
HSV164°54°100°
CMYK 0.540.000.15   0.00
XYZ55.751080.363978.9031
Yxy80.36390.25930.3738
Hunter Lab89.6459-45.870810.5672
CIE-Lab91.8479-46.31736.3026

#75ffda color RGB value is (117,255,218).

#75ffda hex color red value is 117, green value is 255 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #75ffda hue: 0.46 , saturation: 1.00 and the lightness value of 75ffda is 0.73.

The process color (four color CMYK) of #75ffda color hex is 0.54, 0.00, 0.15, 0.00. Web safe color of #75ffda is #66ffcc. Color #75ffda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11111111 11011010
Octal 165 377 332
Decimal 117 255 218
Hex 75 FF DA

RGB Percentages of Color #75ffda

%19.83
%43.22
%36.95

CMYK Percentages of Color #75ffda

%54
%0
%15
%0

Triadic Colors of #75ffda

#75ffda #da75ff #ffda75

Analogous Colors of #75ffda

#75ffda #75dfff #75ff95

Monochromatic Colors of #75ffda

#75ffda

Complementary Color

#75ffda #ff759a

#75ffda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75ffda Color Preview on White Background

Lorem ipsum dolor sit amet.

#75ffda Color CSS Codes

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

#75ffda Text Font Color

<p style="color:#75ffda">Text here</p>

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


#75ffda Background Color

<div style="background-color:#75ffda">
Div content here</div>

This div background color is #75ffda


#75ffda Border Color

<div style="border:3px solid #75ffda">
Div here</div>

This div border color is #75ffda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,255,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75ffda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75ffda;
  -webkit-box-shadow: 1px 1px 3px 2px #75ffda;
  box-shadow:         1px 1px 3px 2px #75ffda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75ffda


Comments

No comments written yet.

Please login to write comment.