Color Hex Logo

#7bcfbc Color Hex

#7BCFBC
(123,207,188)
0 Favorites   0 Comments

Color spaces of #7bcfbc

RGB 123207188
HSL0.460.470.65
HSV166°41°81°
CMYK 0.410.000.09   0.19
XYZ39.558352.467455.6192
Yxy52.46740.26790.3554
Hunter Lab72.4344-29.27675.1779
CIE-Lab77.5595-29.96361.4329

#7bcfbc color RGB value is (123,207,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001111 10111100
Octal 173 317 274
Decimal 123 207 188
Hex 7B CF BC

RGB Percentages of Color #7bcfbc

%23.75
%39.96
%36.29

CMYK Percentages of Color #7bcfbc

%41
%0
%9
%19

Triadic Colors of #7bcfbc

#7bcfbc #bc7bcf #cfbc7b

Analogous Colors of #7bcfbc

#7bcfbc #7bb8cf #7bcf92

Monochromatic Colors of #7bcfbc

#7bcfbc

Complementary Color

#7bcfbc #cf7b8e

#7bcfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcfbc Color CSS Codes

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

#7bcfbc Text Font Color

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

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


#7bcfbc Background Color

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

This div background color is #7bcfbc


#7bcfbc Border Color

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

This div border color is #7bcfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcfbc


Comments

No comments written yet.

Please login to write comment.