Color Hex Logo

#7fcbbd Color Hex

#7FCBBD
(127,203,189)
0 Favorites   0 Comments

Color spaces of #7fcbbd

RGB 127203189
HSL0.470.420.65
HSV169°37°80°
CMYK 0.370.000.07   0.20
XYZ39.293650.898055.8974
Yxy50.89800.26900.3484
Hunter Lab71.3428-26.53723.4860
CIE-Lab76.6172-26.7364-0.4579

#7fcbbd color RGB value is (127,203,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001011 10111101
Octal 177 313 275
Decimal 127 203 189
Hex 7F CB BD

RGB Percentages of Color #7fcbbd

%24.47
%39.11
%36.42

CMYK Percentages of Color #7fcbbd

%37
%0
%7
%20

Triadic Colors of #7fcbbd

#7fcbbd #bd7fcb #cbbd7f

Analogous Colors of #7fcbbd

#7fcbbd #7fb3cb #7fcb97

Monochromatic Colors of #7fcbbd

#7fcbbd

Complementary Color

#7fcbbd #cb7f8d

#7fcbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fcbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fcbbd Color CSS Codes

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

#7fcbbd Text Font Color

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

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


#7fcbbd Background Color

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

This div background color is #7fcbbd


#7fcbbd Border Color

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

This div border color is #7fcbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fcbbd


Comments

No comments written yet.

Please login to write comment.