Color Hex Logo

#75bedb Color Hex

#75BEDB
(117,190,219)
0 Favorites   0 Comments

Color spaces of #75bedb

RGB 117190219
HSL0.550.590.66
HSV197°47°86°
CMYK 0.470.130.00   0.14
XYZ38.535845.723373.8123
Yxy45.72330.24380.2893
Hunter Lab67.6190-16.6068-17.3871
CIE-Lab73.3656-15.1311-21.6137

#75bedb color RGB value is (117,190,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10111110 11011011
Octal 165 276 333
Decimal 117 190 219
Hex 75 BE DB

RGB Percentages of Color #75bedb

%22.24
%36.12
%41.63

CMYK Percentages of Color #75bedb

%47
%13
%0
%14

Triadic Colors of #75bedb

#75bedb #db75be #bedb75

Analogous Colors of #75bedb

#75bedb #758bdb #75dbc5

Monochromatic Colors of #75bedb

#75bedb

Complementary Color

#75bedb #db9275

#75bedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75bedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#75bedb Color CSS Codes

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

#75bedb Text Font Color

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

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


#75bedb Background Color

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

This div background color is #75bedb


#75bedb Border Color

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

This div border color is #75bedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75bedb


Comments

No comments written yet.

Please login to write comment.