Color Hex Logo

#75fdee Color Hex

#75FDEE
(117,253,238)
0 Favorites   0 Comments

Color spaces of #75fdee

RGB 117253238
HSL0.480.970.73
HSV173°54°99°
CMYK 0.540.000.06   0.01
XYZ57.894080.205593.3188
Yxy80.20550.25020.3466
Hunter Lab89.5575-41.33530.9102
CIE-Lab91.7770-40.7162-4.1540

#75fdee color RGB value is (117,253,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11111101 11101110
Octal 165 375 356
Decimal 117 253 238
Hex 75 FD EE

RGB Percentages of Color #75fdee

%19.24
%41.61
%39.14

CMYK Percentages of Color #75fdee

%54
%0
%6
%1

Triadic Colors of #75fdee

#75fdee #ee75fd #fdee75

Analogous Colors of #75fdee

#75fdee #75c8fd #75fdaa

Monochromatic Colors of #75fdee

#75fdee

Complementary Color

#75fdee #fd7584

#75fdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75fdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#75fdee Color CSS Codes

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

#75fdee Text Font Color

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

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


#75fdee Background Color

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

This div background color is #75fdee


#75fdee Border Color

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

This div border color is #75fdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75fdee


Comments

No comments written yet.

Please login to write comment.