Color Hex Logo

#75ecee Color Hex

#75ECEE
(117,236,238)
0 Favorites   0 Comments

Color spaces of #75ecee

RGB 117236238
HSL0.500.780.70
HSV181°51°93°
CMYK 0.510.010.00   0.07
XYZ52.764269.945991.6089
Yxy69.94590.24620.3264
Hunter Lab83.6337-33.7439-6.4003
CIE-Lab86.9703-32.9053-11.2739

#75ecee color RGB value is (117,236,238).

#75ecee hex color red value is 117, green value is 236 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #75ecee hue: 0.50 , saturation: 0.78 and the lightness value of 75ecee is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11101100 11101110
Octal 165 354 356
Decimal 117 236 238
Hex 75 EC EE

RGB Percentages of Color #75ecee

%19.80
%39.93
%40.27

CMYK Percentages of Color #75ecee

%51
%1
%0
%7

Triadic Colors of #75ecee

#75ecee #ee75ec #ecee75

Analogous Colors of #75ecee

#75ecee #75b0ee #75eeb4

Monochromatic Colors of #75ecee

#75ecee

Complementary Color

#75ecee #ee7775

#75ecee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75ecee Color Preview on White Background

Lorem ipsum dolor sit amet.

#75ecee Color CSS Codes

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

#75ecee Text Font Color

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

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


#75ecee Background Color

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

This div background color is #75ecee


#75ecee Border Color

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

This div border color is #75ecee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75ecee

Related Colors


Comments

No comments written yet.

Please login to write comment.