Color Hex Logo

#75bfcb Color Hex

#75BFCB
(117,191,203)
0 Favorites   0 Comments

Color spaces of #75bfcb

RGB 117191203
HSL0.520.450.63
HSV188°42°80°
CMYK 0.420.060.00   0.20
XYZ36.746445.355363.3176
Yxy45.35530.25270.3119
Hunter Lab67.3463-20.4606-8.6008
CIE-Lab73.1252-19.9139-13.2724

#75bfcb color RGB value is (117,191,203).

#75bfcb hex color red value is 117, green value is 191 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #75bfcb hue: 0.52 , saturation: 0.45 and the lightness value of 75bfcb is 0.63.

The process color (four color CMYK) of #75bfcb color hex is 0.42, 0.06, 0.00, 0.20. Web safe color of #75bfcb is #66cccc. Color #75bfcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10111111 11001011
Octal 165 277 313
Decimal 117 191 203
Hex 75 BF CB

RGB Percentages of Color #75bfcb

%22.90
%37.38
%39.73

CMYK Percentages of Color #75bfcb

%42
%6
%0
%20

Triadic Colors of #75bfcb

#75bfcb #cb75bf #bfcb75

Analogous Colors of #75bfcb

#75bfcb #7594cb #75cbac

Monochromatic Colors of #75bfcb

#75bfcb

Complementary Color

#75bfcb #cb8175

#75bfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75bfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#75bfcb Color CSS Codes

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

#75bfcb Text Font Color

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

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


#75bfcb Background Color

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

This div background color is #75bfcb


#75bfcb Border Color

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

This div border color is #75bfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75bfcb


Comments

No comments written yet.

Please login to write comment.