Color Hex Logo

#7dbebe Color Hex

#7DBEBE
(125,190,190)
0 Favorites   0 Comments

Color spaces of #7dbebe

RGB 125190190
HSL0.500.330.62
HSV180°34°75°
CMYK 0.340.000.00   0.25
XYZ36.165244.904655.4765
Yxy44.90460.26490.3289
Hunter Lab67.0109-20.9342-2.1770
CIE-Lab72.8290-20.5678-6.5862

#7dbebe color RGB value is (125,190,190).

#7dbebe hex color red value is 125, green value is 190 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7dbebe hue: 0.50 , saturation: 0.33 and the lightness value of 7dbebe is 0.62.

The process color (four color CMYK) of #7dbebe color hex is 0.34, 0.00, 0.00, 0.25. Web safe color of #7dbebe is #66cccc. Color #7dbebe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111110 10111110
Octal 175 276 276
Decimal 125 190 190
Hex 7D BE BE

RGB Percentages of Color #7dbebe

%24.75
%37.62
%37.62

CMYK Percentages of Color #7dbebe

%34
%0
%0
%25

Triadic Colors of #7dbebe

#7dbebe #be7dbe #bebe7d

Analogous Colors of #7dbebe

#7dbebe #7d9ebe #7dbe9e

Monochromatic Colors of #7dbebe

#7dbebe

Complementary Color

#7dbebe #be7d7d

#7dbebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbebe Color CSS Codes

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

#7dbebe Text Font Color

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

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


#7dbebe Background Color

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

This div background color is #7dbebe


#7dbebe Border Color

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

This div border color is #7dbebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbebe


Comments

No comments written yet.

Please login to write comment.