Color Hex Logo

#75fadb Color Hex

#75FADB
(117,250,219)
0 Favorites   0 Comments

Color spaces of #75fadb

RGB 117250219
HSL0.460.930.72
HSV166°53°98°
CMYK 0.530.000.12   0.02
XYZ54.307977.267679.0696
Yxy77.26760.25780.3668
Hunter Lab87.9020-43.54708.1989
CIE-Lab90.4446-43.91173.7569

#75fadb color RGB value is (117,250,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11111010 11011011
Octal 165 372 333
Decimal 117 250 219
Hex 75 FA DB

RGB Percentages of Color #75fadb

%19.97
%42.66
%37.37

CMYK Percentages of Color #75fadb

%53
%0
%12
%2

Triadic Colors of #75fadb

#75fadb #db75fa #fadb75

Analogous Colors of #75fadb

#75fadb #75d7fa #75fa99

Monochromatic Colors of #75fadb

#75fadb

Complementary Color

#75fadb #fa7594

#75fadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75fadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#75fadb Color CSS Codes

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

#75fadb Text Font Color

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

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


#75fadb Background Color

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

This div background color is #75fadb


#75fadb Border Color

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

This div border color is #75fadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75fadb

Related Colors


Comments

No comments written yet.

Please login to write comment.