Color Hex Logo

#7bcfbd Color Hex

#7BCFBD
(123,207,189)
0 Favorites   0 Comments

Color spaces of #7bcfbd

RGB 123207189
HSL0.460.470.65
HSV167°41°81°
CMYK 0.410.000.09   0.19
XYZ39.666552.510756.1891
Yxy52.51070.26740.3539
Hunter Lab72.4643-29.10274.7513
CIE-Lab77.5852-29.73440.9330

#7bcfbd color RGB value is (123,207,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001111 10111101
Octal 173 317 275
Decimal 123 207 189
Hex 7B CF BD

RGB Percentages of Color #7bcfbd

%23.70
%39.88
%36.42

CMYK Percentages of Color #7bcfbd

%41
%0
%9
%19

Triadic Colors of #7bcfbd

#7bcfbd #bd7bcf #cfbd7b

Analogous Colors of #7bcfbd

#7bcfbd #7bb7cf #7bcf93

Monochromatic Colors of #7bcfbd

#7bcfbd

Complementary Color

#7bcfbd #cf7b8d

#7bcfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcfbd Color CSS Codes

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

#7bcfbd Text Font Color

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

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


#7bcfbd Background Color

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

This div background color is #7bcfbd


#7bcfbd Border Color

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

This div border color is #7bcfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcfbd


Comments

No comments written yet.

Please login to write comment.