Color Hex Logo

#7fbccc Color Hex

#7FBCCC
(127,188,204)
0 Favorites   0 Comments

Color spaces of #7fbccc

RGB 127188204
HSL0.530.430.65
HSV192°38°80°
CMYK 0.380.080.00   0.20
XYZ37.634744.838163.7978
Yxy44.83810.25730.3065
Hunter Lab66.9613-16.8586-9.6161
CIE-Lab72.7852-15.5364-14.2796

#7fbccc color RGB value is (127,188,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111100 11001100
Octal 177 274 314
Decimal 127 188 204
Hex 7F BC CC

RGB Percentages of Color #7fbccc

%24.47
%36.22
%39.31

CMYK Percentages of Color #7fbccc

%38
%8
%0
%20

Triadic Colors of #7fbccc

#7fbccc #cc7fbc #bccc7f

Analogous Colors of #7fbccc

#7fbccc #7f96cc #7fccb6

Monochromatic Colors of #7fbccc

#7fbccc

Complementary Color

#7fbccc #cc8f7f

#7fbccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbccc Color CSS Codes

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

#7fbccc Text Font Color

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

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


#7fbccc Background Color

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

This div background color is #7fbccc


#7fbccc Border Color

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

This div border color is #7fbccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,188,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbccc


Comments

No comments written yet.

Please login to write comment.