Color Hex Logo

#75bfdd Color Hex

#75BFDD
(117,191,221)
0 Favorites   0 Comments

Color spaces of #75bfdd

RGB 117191221
HSL0.550.600.66
HSV197°47°87°
CMYK 0.470.140.00   0.13
XYZ39.018146.264075.2800
Yxy46.26400.24300.2881
Hunter Lab68.0176-16.6349-18.0081
CIE-Lab73.7165-15.1061-22.1656

#75bfdd color RGB value is (117,191,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10111111 11011101
Octal 165 277 335
Decimal 117 191 221
Hex 75 BF DD

RGB Percentages of Color #75bfdd

%22.12
%36.11
%41.78

CMYK Percentages of Color #75bfdd

%47
%14
%0
%13

Triadic Colors of #75bfdd

#75bfdd #dd75bf #bfdd75

Analogous Colors of #75bfdd

#75bfdd #758bdd #75ddc7

Monochromatic Colors of #75bfdd

#75bfdd

Complementary Color

#75bfdd #dd9375

#75bfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75bfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#75bfdd Color CSS Codes

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

#75bfdd Text Font Color

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

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


#75bfdd Background Color

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

This div background color is #75bfdd


#75bfdd Border Color

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

This div border color is #75bfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75bfdd


Comments

No comments written yet.

Please login to write comment.