Color Hex Logo

#75ffee Color Hex

#75FFEE
(117,255,238)
0 Favorites   0 Comments

Color spaces of #75ffee

RGB 117255238
HSL0.481.000.73
HSV173°54°100°
CMYK 0.540.000.07   0.00
XYZ58.528781.475093.5304
Yxy81.47500.25060.3489
Hunter Lab90.2635-42.21811.7486
CIE-Lab92.3426-41.6111-3.3222

#75ffee color RGB value is (117,255,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11111111 11101110
Octal 165 377 356
Decimal 117 255 238
Hex 75 FF EE

RGB Percentages of Color #75ffee

%19.18
%41.80
%39.02

CMYK Percentages of Color #75ffee

%54
%0
%7
%0

Triadic Colors of #75ffee

#75ffee #ee75ff #ffee75

Analogous Colors of #75ffee

#75ffee #75cbff #75ffa9

Monochromatic Colors of #75ffee

#75ffee

Complementary Color

#75ffee #ff7586

#75ffee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75ffee Color Preview on White Background

Lorem ipsum dolor sit amet.

#75ffee Color CSS Codes

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

#75ffee Text Font Color

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

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


#75ffee Background Color

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

This div background color is #75ffee


#75ffee Border Color

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

This div border color is #75ffee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,255,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 #75ffee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75ffee


Comments

No comments written yet.

Please login to write comment.