Color Hex Logo

#75faee Color Hex

#75FAEE
(117,250,238)
0 Favorites   0 Comments

Color spaces of #75faee

RGB 117250238
HSL0.480.930.72
HSV175°53°98°
CMYK 0.530.000.05   0.02
XYZ56.954378.326293.0056
Yxy78.32620.24950.3431
Hunter Lab88.5021-40.0074-0.3556
CIE-Lab90.9285-39.3648-5.4041

#75faee color RGB value is (117,250,238).

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

The process color (four color CMYK) of #75faee color hex is 0.53, 0.00, 0.05, 0.02. Web safe color of #75faee is #66ffff. Color #75faee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11111010 11101110
Octal 165 372 356
Decimal 117 250 238
Hex 75 FA EE

RGB Percentages of Color #75faee

%19.34
%41.32
%39.34

CMYK Percentages of Color #75faee

%53
%0
%5
%2

Triadic Colors of #75faee

#75faee #ee75fa #faee75

Analogous Colors of #75faee

#75faee #75c4fa #75faac

Monochromatic Colors of #75faee

#75faee

Complementary Color

#75faee #fa7581

#75faee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75faee Color Preview on White Background

Lorem ipsum dolor sit amet.

#75faee Color CSS Codes

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

#75faee Text Font Color

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

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


#75faee Background Color

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

This div background color is #75faee


#75faee Border Color

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

This div border color is #75faee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75faee


Comments

No comments written yet.

Please login to write comment.