Color Hex Logo

#7fcabb Color Hex

#7FCABB
(127,202,187)
0 Favorites   0 Comments

Color spaces of #7fcabb

RGB 127202187
HSL0.470.410.65
HSV168°37°79°
CMYK 0.370.000.07   0.21
XYZ38.842650.340954.6833
Yxy50.34090.27000.3499
Hunter Lab70.9513-26.44423.9702
CIE-Lab76.2780-26.70510.1253

#7fcabb color RGB value is (127,202,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001010 10111011
Octal 177 312 273
Decimal 127 202 187
Hex 7F CA BB

RGB Percentages of Color #7fcabb

%24.61
%39.15
%36.24

CMYK Percentages of Color #7fcabb

%37
%0
%7
%21

Triadic Colors of #7fcabb

#7fcabb #bb7fca #cabb7f

Analogous Colors of #7fcabb

#7fcabb #7fb4ca #7fca96

Monochromatic Colors of #7fcabb

#7fcabb

Complementary Color

#7fcabb #ca7f8e

#7fcabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fcabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fcabb Color CSS Codes

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

#7fcabb Text Font Color

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

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


#7fcabb Background Color

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

This div background color is #7fcabb


#7fcabb Border Color

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

This div border color is #7fcabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fcabb


Comments

No comments written yet.

Please login to write comment.