Color Hex Logo

#75bfdb Color Hex

#75BFDB
(117,191,219)
0 Favorites   0 Comments

Color spaces of #75bfdb

RGB 117191219
HSL0.550.590.66
HSV196°47°86°
CMYK 0.470.130.00   0.14
XYZ38.753146.158073.8847
Yxy46.15800.24400.2907
Hunter Lab67.9397-17.0772-16.9204
CIE-Lab73.6479-15.6537-21.1844

#75bfdb color RGB value is (117,191,219).

#75bfdb hex color red value is 117, green value is 191 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #75bfdb hue: 0.55 , saturation: 0.59 and the lightness value of 75bfdb is 0.66.

The process color (four color CMYK) of #75bfdb color hex is 0.47, 0.13, 0.00, 0.14. Web safe color of #75bfdb is #66cccc. Color #75bfdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10111111 11011011
Octal 165 277 333
Decimal 117 191 219
Hex 75 BF DB

RGB Percentages of Color #75bfdb

%22.20
%36.24
%41.56

CMYK Percentages of Color #75bfdb

%47
%13
%0
%14

Triadic Colors of #75bfdb

#75bfdb #db75bf #bfdb75

Analogous Colors of #75bfdb

#75bfdb #758cdb #75dbc4

Monochromatic Colors of #75bfdb

#75bfdb

Complementary Color

#75bfdb #db9175

#75bfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75bfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#75bfdb Color CSS Codes

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

#75bfdb Text Font Color

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

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


#75bfdb Background Color

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

This div background color is #75bfdb


#75bfdb Border Color

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

This div border color is #75bfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75bfdb


Comments

No comments written yet.

Please login to write comment.