Color Hex Logo

#7fbccb Color Hex

#7FBCCB
(127,188,203)
0 Favorites   0 Comments

Color spaces of #7fbccb

RGB 127188203
HSL0.530.420.65
HSV192°37°80°
CMYK 0.370.070.00   0.20
XYZ37.515144.790363.1680
Yxy44.79030.25790.3079
Hunter Lab66.9256-17.0616-9.1133
CIE-Lab72.7536-15.7897-13.7815

#7fbccb color RGB value is (127,188,203).

#7fbccb hex color red value is 127, green value is 188 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7fbccb hue: 0.53 , saturation: 0.42 and the lightness value of 7fbccb is 0.65.

The process color (four color CMYK) of #7fbccb color hex is 0.37, 0.07, 0.00, 0.20. Web safe color of #7fbccb is #66cccc. Color #7fbccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111100 11001011
Octal 177 274 313
Decimal 127 188 203
Hex 7F BC CB

RGB Percentages of Color #7fbccb

%24.52
%36.29
%39.19

CMYK Percentages of Color #7fbccb

%37
%7
%0
%20

Triadic Colors of #7fbccb

#7fbccb #cb7fbc #bccb7f

Analogous Colors of #7fbccb

#7fbccb #7f96cb #7fcbb4

Monochromatic Colors of #7fbccb

#7fbccb

Complementary Color

#7fbccb #cb8e7f

#7fbccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbccb Color CSS Codes

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

#7fbccb Text Font Color

<p style="color:#7fbccb">Text here</p>

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


#7fbccb Background Color

<div style="background-color:#7fbccb">
Div content here</div>

This div background color is #7fbccb


#7fbccb Border Color

<div style="border:3px solid #7fbccb">
Div here</div>

This div border color is #7fbccb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,188,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7fbccb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7fbccb;
  -webkit-box-shadow: 1px 1px 3px 2px #7fbccb;
  box-shadow:         1px 1px 3px 2px #7fbccb; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbccb


Comments

No comments written yet.

Please login to write comment.