Color Hex Logo

#75efde Color Hex

#75EFDE
(117,239,222)
0 Favorites   0 Comments

Color spaces of #75efde

RGB 117239222
HSL0.480.790.70
HSV172°51°94°
CMYK 0.510.000.07   0.06
XYZ51.387470.788880.0625
Yxy70.78880.25410.3500
Hunter Lab84.1361-38.21652.4759
CIE-Lab87.3823-38.2868-2.2723

#75efde color RGB value is (117,239,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11101111 11011110
Octal 165 357 336
Decimal 117 239 222
Hex 75 EF DE

RGB Percentages of Color #75efde

%20.24
%41.35
%38.41

CMYK Percentages of Color #75efde

%51
%0
%7
%6

Triadic Colors of #75efde

#75efde #de75ef #efde75

Analogous Colors of #75efde

#75efde #75c3ef #75efa1

Monochromatic Colors of #75efde

#75efde

Complementary Color

#75efde #ef7586

#75efde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75efde Color Preview on White Background

Lorem ipsum dolor sit amet.

#75efde Color CSS Codes

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

#75efde Text Font Color

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

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


#75efde Background Color

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

This div background color is #75efde


#75efde Border Color

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

This div border color is #75efde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75efde


Comments

No comments written yet.

Please login to write comment.