Color Hex Logo

#75fddd Color Hex

#75FDDD
(117,253,221)
0 Favorites   0 Comments

Color spaces of #75fddd

RGB 117253221
HSL0.460.970.73
HSV166°54°99°
CMYK 0.540.000.13   0.01
XYZ55.512579.252980.7781
Yxy79.25290.25750.3677
Hunter Lab89.0241-44.48548.5187
CIE-Lab91.3486-44.76294.0299

#75fddd color RGB value is (117,253,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11111101 11011101
Octal 165 375 335
Decimal 117 253 221
Hex 75 FD DD

RGB Percentages of Color #75fddd

%19.80
%42.81
%37.39

CMYK Percentages of Color #75fddd

%54
%0
%13
%1

Triadic Colors of #75fddd

#75fddd #dd75fd #fddd75

Analogous Colors of #75fddd

#75fddd #75d9fd #75fd99

Monochromatic Colors of #75fddd

#75fddd

Complementary Color

#75fddd #fd7595

#75fddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75fddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#75fddd Color CSS Codes

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

#75fddd Text Font Color

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

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


#75fddd Background Color

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

This div background color is #75fddd


#75fddd Border Color

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

This div border color is #75fddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75fddd

Related Colors


Comments

No comments written yet.

Please login to write comment.