Color Hex Logo

#7decb8 Color Hex

#7DECB8
(125,236,184)
0 Favorites   0 Comments

Color spaces of #7decb8

RGB 125236184
HSL0.420.740.71
HSV152°47°93°
CMYK 0.470.000.22   0.07
XYZ47.104667.811655.9537
Yxy67.81160.27570.3969
Hunter Lab82.3478-42.003117.3571
CIE-Lab85.9122-43.595715.5142

#7decb8 color RGB value is (125,236,184).

#7decb8 hex color red value is 125, green value is 236 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #7decb8 hue: 0.42 , saturation: 0.74 and the lightness value of 7decb8 is 0.71.

The process color (four color CMYK) of #7decb8 color hex is 0.47, 0.00, 0.22, 0.07. Web safe color of #7decb8 is #66ffcc. Color #7decb8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101100 10111000
Octal 175 354 270
Decimal 125 236 184
Hex 7D EC B8

RGB Percentages of Color #7decb8

%22.94
%43.30
%33.76

CMYK Percentages of Color #7decb8

%47
%0
%22
%7

Triadic Colors of #7decb8

#7decb8 #b87dec #ecb87d

Analogous Colors of #7decb8

#7decb8 #7de9ec #7dec81

Monochromatic Colors of #7decb8

#7decb8

Complementary Color

#7decb8 #ec7db1

#7decb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7decb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7decb8 Color CSS Codes

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

#7decb8 Text Font Color

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

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


#7decb8 Background Color

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

This div background color is #7decb8


#7decb8 Border Color

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

This div border color is #7decb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7decb8


Comments

No comments written yet.

Please login to write comment.