Color Hex Logo

#75ebdb Color Hex

#75EBDB
(117,235,219)
0 Favorites   0 Comments

Color spaces of #75ebdb

RGB 117235219
HSL0.480.750.69
HSV172°50°92°
CMYK 0.500.000.07   0.08
XYZ49.830668.313077.5772
Yxy68.31300.25460.3490
Hunter Lab82.6517-37.02302.2063
CIE-Lab86.1627-37.1856-2.4875

#75ebdb color RGB value is (117,235,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11101011 11011011
Octal 165 353 333
Decimal 117 235 219
Hex 75 EB DB

RGB Percentages of Color #75ebdb

%20.49
%41.16
%38.35

CMYK Percentages of Color #75ebdb

%50
%0
%7
%8

Triadic Colors of #75ebdb

#75ebdb #db75eb #ebdb75

Analogous Colors of #75ebdb

#75ebdb #75c0eb #75eba0

Monochromatic Colors of #75ebdb

#75ebdb

Complementary Color

#75ebdb #eb7585

#75ebdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75ebdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#75ebdb Color CSS Codes

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

#75ebdb Text Font Color

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

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


#75ebdb Background Color

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

This div background color is #75ebdb


#75ebdb Border Color

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

This div border color is #75ebdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75ebdb


Comments

No comments written yet.

Please login to write comment.