Color Hex Logo

#7bcfbf Color Hex

#7BCFBF
(123,207,191)
0 Favorites   0 Comments

Color spaces of #7bcfbf

RGB 123207191
HSL0.470.470.65
HSV169°41°81°
CMYK 0.410.000.08   0.19
XYZ39.885252.598257.3405
Yxy52.59820.26620.3511
Hunter Lab72.5246-28.75133.8905
CIE-Lab77.6372-29.2729-0.0658

#7bcfbf color RGB value is (123,207,191).

#7bcfbf hex color red value is 123, green value is 207 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7bcfbf hue: 0.47 , saturation: 0.47 and the lightness value of 7bcfbf is 0.65.

The process color (four color CMYK) of #7bcfbf color hex is 0.41, 0.00, 0.08, 0.19. Web safe color of #7bcfbf is #66cccc. Color #7bcfbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001111 10111111
Octal 173 317 277
Decimal 123 207 191
Hex 7B CF BF

RGB Percentages of Color #7bcfbf

%23.61
%39.73
%36.66

CMYK Percentages of Color #7bcfbf

%41
%0
%8
%19

Triadic Colors of #7bcfbf

#7bcfbf #bf7bcf #cfbf7b

Analogous Colors of #7bcfbf

#7bcfbf #7bb5cf #7bcf95

Monochromatic Colors of #7bcfbf

#7bcfbf

Complementary Color

#7bcfbf #cf7b8b

#7bcfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcfbf Color CSS Codes

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

#7bcfbf Text Font Color

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

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


#7bcfbf Background Color

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

This div background color is #7bcfbf


#7bcfbf Border Color

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

This div border color is #7bcfbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,207,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcfbf


Comments

No comments written yet.

Please login to write comment.