Color Hex Logo

#7cbead Color Hex

#7CBEAD
(124,190,173)
0 Favorites   0 Comments

Color spaces of #7cbead

RGB 124190173
HSL0.460.340.62
HSV165°35°75°
CMYK 0.350.000.09   0.25
XYZ34.268544.129146.2468
Yxy44.12910.27490.3540
Hunter Lab66.4297-24.17095.2245
CIE-Lab72.3147-24.79891.9281

#7cbead color RGB value is (124,190,173).

#7cbead hex color red value is 124, green value is 190 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7cbead hue: 0.46 , saturation: 0.34 and the lightness value of 7cbead is 0.62.

The process color (four color CMYK) of #7cbead color hex is 0.35, 0.00, 0.09, 0.25. Web safe color of #7cbead is #66cc99. Color #7cbead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111110 10101101
Octal 174 276 255
Decimal 124 190 173
Hex 7C BE AD

RGB Percentages of Color #7cbead

%25.46
%39.01
%35.52

CMYK Percentages of Color #7cbead

%35
%0
%9
%25

Triadic Colors of #7cbead

#7cbead #ad7cbe #bead7c

Analogous Colors of #7cbead

#7cbead #7caebe #7cbe8c

Monochromatic Colors of #7cbead

#7cbead

Complementary Color

#7cbead #be7c8d

#7cbead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbead Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbead Color CSS Codes

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

#7cbead Text Font Color

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

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


#7cbead Background Color

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

This div background color is #7cbead


#7cbead Border Color

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

This div border color is #7cbead


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,190,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7cbead; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7cbead;
  -webkit-box-shadow: 1px 1px 3px 2px #7cbead;
  box-shadow:         1px 1px 3px 2px #7cbead; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,190,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbead


Comments

No comments written yet.

Please login to write comment.