Color Hex Logo

#75bcda Color Hex

#75BCDA
(117,188,218)
0 Favorites   0 Comments

Color spaces of #75bcda

RGB 117188218
HSL0.550.580.66
HSV198°46°85°
CMYK 0.460.140.00   0.15
XYZ37.974244.810372.9775
Yxy44.81030.24380.2877
Hunter Lab66.9405-15.8859-17.7787
CIE-Lab72.7668-14.3565-21.9813

#75bcda color RGB value is (117,188,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10111100 11011010
Octal 165 274 332
Decimal 117 188 218
Hex 75 BC DA

RGB Percentages of Color #75bcda

%22.37
%35.95
%41.68

CMYK Percentages of Color #75bcda

%46
%14
%0
%15

Triadic Colors of #75bcda

#75bcda #da75bc #bcda75

Analogous Colors of #75bcda

#75bcda #758ada #75dac6

Monochromatic Colors of #75bcda

#75bcda

Complementary Color

#75bcda #da9375

#75bcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75bcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#75bcda Color CSS Codes

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

#75bcda Text Font Color

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

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


#75bcda Background Color

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

This div background color is #75bcda


#75bcda Border Color

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

This div border color is #75bcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75bcda


Comments

No comments written yet.

Please login to write comment.