Color Hex Logo

#75eaed Color Hex

#75EAED
(117,234,237)
0 Favorites   0 Comments

Color spaces of #75eaed

RGB 117234237
HSL0.500.770.69
HSV182°51°93°
CMYK 0.510.010.00   0.07
XYZ52.045068.742090.6462
Yxy68.74200.24620.3251
Hunter Lab82.9108-33.0454-6.7841
CIE-Lab86.3761-32.2197-11.6346

#75eaed color RGB value is (117,234,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11101010 11101101
Octal 165 352 355
Decimal 117 234 237
Hex 75 EA ED

RGB Percentages of Color #75eaed

%19.90
%39.80
%40.31

CMYK Percentages of Color #75eaed

%51
%1
%0
%7

Triadic Colors of #75eaed

#75eaed #ed75ea #eaed75

Analogous Colors of #75eaed

#75eaed #75aeed #75edb4

Monochromatic Colors of #75eaed

#75eaed

Complementary Color

#75eaed #ed7875

#75eaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75eaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#75eaed Color CSS Codes

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

#75eaed Text Font Color

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

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


#75eaed Background Color

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

This div background color is #75eaed


#75eaed Border Color

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

This div border color is #75eaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75eaed


Comments

No comments written yet.

Please login to write comment.