Color Hex Logo

#75ebbe Color Hex

#75EBBE
(117,235,190)
0 Favorites   0 Comments

Color spaces of #75ebbe

RGB 117235190
HSL0.440.750.69
HSV157°50°92°
CMYK 0.500.000.19   0.08
XYZ46.338766.916359.1890
Yxy66.91630.26870.3880
Hunter Lab81.8024-42.039114.3617
CIE-Lab85.4617-43.810211.7075

#75ebbe color RGB value is (117,235,190).

#75ebbe hex color red value is 117, green value is 235 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #75ebbe hue: 0.44 , saturation: 0.75 and the lightness value of 75ebbe is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11101011 10111110
Octal 165 353 276
Decimal 117 235 190
Hex 75 EB BE

RGB Percentages of Color #75ebbe

%21.59
%43.36
%35.06

CMYK Percentages of Color #75ebbe

%50
%0
%19
%8

Triadic Colors of #75ebbe

#75ebbe #be75eb #ebbe75

Analogous Colors of #75ebbe

#75ebbe #75ddeb #75eb83

Monochromatic Colors of #75ebbe

#75ebbe

Complementary Color

#75ebbe #eb75a2

#75ebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75ebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#75ebbe Color CSS Codes

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

#75ebbe Text Font Color

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

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


#75ebbe Background Color

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

This div background color is #75ebbe


#75ebbe Border Color

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

This div border color is #75ebbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75ebbe


Comments

No comments written yet.

Please login to write comment.