Color Hex Logo

#7db894 Color Hex

#7DB894
(125,184,148)
0 Favorites   0 Comments

Color spaces of #7db894

RGB 125184148
HSL0.400.290.61
HSV143°32°72°
CMYK 0.320.000.20   0.28
XYZ30.943240.779134.2572
Yxy40.77910.29200.3848
Hunter Lab63.8585-25.258712.8946
CIE-Lab70.0209-26.816212.2842

#7db894 color RGB value is (125,184,148).

#7db894 hex color red value is 125, green value is 184 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #7db894 hue: 0.40 , saturation: 0.29 and the lightness value of 7db894 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111000 10010100
Octal 175 270 224
Decimal 125 184 148
Hex 7D B8 94

RGB Percentages of Color #7db894

%27.35
%40.26
%32.39

CMYK Percentages of Color #7db894

%32
%0
%20
%28

Triadic Colors of #7db894

#7db894 #947db8 #b8947d

Analogous Colors of #7db894

#7db894 #7db8b2 #84b87d

Monochromatic Colors of #7db894

#7db894

Complementary Color

#7db894 #b87da1

#7db894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7db894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7db894 Color CSS Codes

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

#7db894 Text Font Color

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

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


#7db894 Background Color

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

This div background color is #7db894


#7db894 Border Color

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

This div border color is #7db894


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,184,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7db894; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7db894;
  -webkit-box-shadow: 1px 1px 3px 2px #7db894;
  box-shadow:         1px 1px 3px 2px #7db894; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,184,148, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7db894


Comments

No comments written yet.

Please login to write comment.