Color Hex Logo

#7bcabd Color Hex

#7BCABD
(123,202,189)
0 Favorites   0 Comments

Color spaces of #7bcabd

RGB 123202189
HSL0.470.430.64
HSV170°39°79°
CMYK 0.390.000.06   0.21
XYZ38.474250.126155.7916
Yxy50.12610.26650.3472
Hunter Lab70.7998-26.89872.8382
CIE-Lab76.1466-27.3153-1.1682

#7bcabd color RGB value is (123,202,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001010 10111101
Octal 173 312 275
Decimal 123 202 189
Hex 7B CA BD

RGB Percentages of Color #7bcabd

%23.93
%39.30
%36.77

CMYK Percentages of Color #7bcabd

%39
%0
%6
%21

Triadic Colors of #7bcabd

#7bcabd #bd7bca #cabd7b

Analogous Colors of #7bcabd

#7bcabd #7bb0ca #7bca96

Monochromatic Colors of #7bcabd

#7bcabd

Complementary Color

#7bcabd #ca7b88

#7bcabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcabd Color CSS Codes

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

#7bcabd Text Font Color

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

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


#7bcabd Background Color

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

This div background color is #7bcabd


#7bcabd Border Color

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

This div border color is #7bcabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcabd


Comments

No comments written yet.

Please login to write comment.