Color Hex Logo

#75bfda Color Hex

#75BFDA
(117,191,218)
0 Favorites   0 Comments

Color spaces of #75bfda

RGB 117191218
HSL0.540.580.66
HSV196°46°85°
CMYK 0.460.120.00   0.15
XYZ38.621846.105573.1933
Yxy46.10550.24460.2920
Hunter Lab67.9010-17.2968-16.3804
CIE-Lab73.6139-15.9263-20.6931

#75bfda color RGB value is (117,191,218).

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

The process color (four color CMYK) of #75bfda color hex is 0.46, 0.12, 0.00, 0.15. Web safe color of #75bfda is #66cccc. Color #75bfda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10111111 11011010
Octal 165 277 332
Decimal 117 191 218
Hex 75 BF DA

RGB Percentages of Color #75bfda

%22.24
%36.31
%41.44

CMYK Percentages of Color #75bfda

%46
%12
%0
%15

Triadic Colors of #75bfda

#75bfda #da75bf #bfda75

Analogous Colors of #75bfda

#75bfda #758dda #75dac3

Monochromatic Colors of #75bfda

#75bfda

Complementary Color

#75bfda #da9075

#75bfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75bfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#75bfda Color CSS Codes

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

#75bfda Text Font Color

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

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


#75bfda Background Color

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

This div background color is #75bfda


#75bfda Border Color

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

This div border color is #75bfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75bfda


Comments

No comments written yet.

Please login to write comment.