Color Hex Logo

#75fbdb Color Hex

#75FBDB
(117,251,219)
0 Favorites   0 Comments

Color spaces of #75fbdb

RGB 117251219
HSL0.460.940.72
HSV166°53°98°
CMYK 0.530.000.13   0.02
XYZ54.619577.890779.1735
Yxy77.89070.25800.3680
Hunter Lab88.2557-43.97788.5904
CIE-Lab90.7300-44.34974.1702

#75fbdb color RGB value is (117,251,219).

#75fbdb hex color red value is 117, green value is 251 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #75fbdb hue: 0.46 , saturation: 0.94 and the lightness value of 75fbdb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11111011 11011011
Octal 165 373 333
Decimal 117 251 219
Hex 75 FB DB

RGB Percentages of Color #75fbdb

%19.93
%42.76
%37.31

CMYK Percentages of Color #75fbdb

%53
%0
%13
%2

Triadic Colors of #75fbdb

#75fbdb #db75fb #fbdb75

Analogous Colors of #75fbdb

#75fbdb #75d8fb #75fb98

Monochromatic Colors of #75fbdb

#75fbdb

Complementary Color

#75fbdb #fb7595

#75fbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75fbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#75fbdb Color CSS Codes

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

#75fbdb Text Font Color

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

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


#75fbdb Background Color

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

This div background color is #75fbdb


#75fbdb Border Color

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

This div border color is #75fbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75fbdb


Comments

No comments written yet.

Please login to write comment.