Color Hex Logo

#7bcabb Color Hex

#7BCABB
(123,202,187)
0 Favorites   0 Comments

Color spaces of #7bcabb

RGB 123202187
HSL0.470.430.64
HSV169°39°79°
CMYK 0.390.000.07   0.21
XYZ38.258550.039954.6559
Yxy50.03990.26760.3500
Hunter Lab70.7389-27.25293.7072
CIE-Lab76.0937-27.7800-0.1659

#7bcabb color RGB value is (123,202,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001010 10111011
Octal 173 312 273
Decimal 123 202 187
Hex 7B CA BB

RGB Percentages of Color #7bcabb

%24.02
%39.45
%36.52

CMYK Percentages of Color #7bcabb

%39
%0
%7
%21

Triadic Colors of #7bcabb

#7bcabb #bb7bca #cabb7b

Analogous Colors of #7bcabb

#7bcabb #7bb2ca #7bca94

Monochromatic Colors of #7bcabb

#7bcabb

Complementary Color

#7bcabb #ca7b8a

#7bcabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcabb Color CSS Codes

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

#7bcabb Text Font Color

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

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


#7bcabb Background Color

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

This div background color is #7bcabb


#7bcabb Border Color

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

This div border color is #7bcabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcabb

#7bcabb Color Palettes


Comments

No comments written yet.

Please login to write comment.