Color Hex Logo

#7bcc90 Color Hex

#7BCC90
(123,204,144)
0 Favorites   0 Comments

Color spaces of #7bcc90

RGB 123204144
HSL0.380.440.64
HSV136°40°80°
CMYK 0.400.000.29   0.20
XYZ34.795349.410334.0888
Yxy49.41030.29410.4177
Hunter Lab70.2925-34.653020.4516
CIE-Lab75.7059-37.601722.3092

#7bcc90 color RGB value is (123,204,144).

#7bcc90 hex color red value is 123, green value is 204 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #7bcc90 hue: 0.38 , saturation: 0.44 and the lightness value of 7bcc90 is 0.64.

The process color (four color CMYK) of #7bcc90 color hex is 0.40, 0.00, 0.29, 0.20. Web safe color of #7bcc90 is #66cc99. Color #7bcc90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001100 10010000
Octal 173 314 220
Decimal 123 204 144
Hex 7B CC 90

RGB Percentages of Color #7bcc90

%26.11
%43.31
%30.57

CMYK Percentages of Color #7bcc90

%40
%0
%29
%20

Triadic Colors of #7bcc90

#7bcc90 #907bcc #cc907b

Analogous Colors of #7bcc90

#7bcc90 #7bccb9 #8fcc7b

Monochromatic Colors of #7bcc90

#7bcc90

Complementary Color

#7bcc90 #cc7bb7

#7bcc90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcc90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcc90 Color CSS Codes

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

#7bcc90 Text Font Color

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

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


#7bcc90 Background Color

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

This div background color is #7bcc90


#7bcc90 Border Color

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

This div border color is #7bcc90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcc90


Comments

No comments written yet.

Please login to write comment.