Color Hex Logo

#75eadf Color Hex

#75EADF
(117,234,223)
0 Favorites   0 Comments

Color spaces of #75eadf

RGB 117234223
HSL0.480.740.69
HSV174°50°92°
CMYK 0.500.000.05   0.08
XYZ50.078267.955380.2893
Yxy67.95530.25250.3426
Hunter Lab82.4350-35.8248-0.0422
CIE-Lab85.9841-35.7490-4.8533

#75eadf color RGB value is (117,234,223).

#75eadf hex color red value is 117, green value is 234 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #75eadf hue: 0.48 , saturation: 0.74 and the lightness value of 75eadf is 0.69.

The process color (four color CMYK) of #75eadf color hex is 0.50, 0.00, 0.05, 0.08. Web safe color of #75eadf is #66ffcc. Color #75eadf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11101010 11011111
Octal 165 352 337
Decimal 117 234 223
Hex 75 EA DF

RGB Percentages of Color #75eadf

%20.38
%40.77
%38.85

CMYK Percentages of Color #75eadf

%50
%0
%5
%8

Triadic Colors of #75eadf

#75eadf #df75ea #eadf75

Analogous Colors of #75eadf

#75eadf #75bbea #75eaa5

Monochromatic Colors of #75eadf

#75eadf

Complementary Color

#75eadf #ea7580

#75eadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75eadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#75eadf Color CSS Codes

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

#75eadf Text Font Color

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

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


#75eadf Background Color

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

This div background color is #75eadf


#75eadf Border Color

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

This div border color is #75eadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75eadf


Comments

No comments written yet.

Please login to write comment.