Color Hex Logo

#75efed Color Hex

#75EFED
(117,239,237)
0 Favorites   0 Comments

Color spaces of #75efed

RGB 117239237
HSL0.500.790.70
HSV179°51°94°
CMYK 0.510.000.01   0.06
XYZ53.488771.629391.1275
Yxy71.62930.24740.3312
Hunter Lab84.6341-35.2978-4.5951
CIE-Lab87.7899-34.5654-9.5296

#75efed color RGB value is (117,239,237).

#75efed hex color red value is 117, green value is 239 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #75efed hue: 0.50 , saturation: 0.79 and the lightness value of 75efed is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11101111 11101101
Octal 165 357 355
Decimal 117 239 237
Hex 75 EF ED

RGB Percentages of Color #75efed

%19.73
%40.30
%39.97

CMYK Percentages of Color #75efed

%51
%0
%1
%6

Triadic Colors of #75efed

#75efed #ed75ef #efed75

Analogous Colors of #75efed

#75efed #75b4ef #75efb0

Monochromatic Colors of #75efed

#75efed

Complementary Color

#75efed #ef7577

#75efed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75efed Color Preview on White Background

Lorem ipsum dolor sit amet.

#75efed Color CSS Codes

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

#75efed Text Font Color

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

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


#75efed Background Color

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

This div background color is #75efed


#75efed Border Color

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

This div border color is #75efed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75efed


Comments

No comments written yet.

Please login to write comment.