Color Hex Logo

#75eefa Color Hex

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

Color spaces of #75eefa

RGB 117238250
HSL0.520.930.72
HSV185°53°98°
CMYK 0.530.050.00   0.02
XYZ55.166071.8331101.4001
Yxy71.83310.24150.3145
Hunter Lab84.7544-32.1359-11.6064
CIE-Lab87.8882-30.7187-16.1917

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

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

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

Base Numbers

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

RGB Percentages of Color #75eefa

%19.34
%39.34
%41.32

CMYK Percentages of Color #75eefa

%53
%5
%0
%2

Triadic Colors of #75eefa

#75eefa #fa75ee #eefa75

Analogous Colors of #75eefa

#75eefa #75acfa #75fac4

Monochromatic Colors of #75eefa

#75eefa

Complementary Color

#75eefa #fa8175

#75eefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75eefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#75eefa Color CSS Codes

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

#75eefa Text Font Color

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

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


#75eefa Background Color

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

This div background color is #75eefa


#75eefa Border Color

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

This div border color is #75eefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75eefa

Related Colors


Comments

No comments written yet.

Please login to write comment.