Color Hex Logo

#7dbec0 Color Hex

#7DBEC0
(125,190,192)
0 Favorites   0 Comments

Color spaces of #7dbec0

RGB 125190192
HSL0.500.350.62
HSV182°35°75°
CMYK 0.350.010.00   0.25
XYZ36.385344.992756.6359
Yxy44.99270.26360.3260
Hunter Lab67.0766-20.5578-3.1077
CIE-Lab72.8871-20.0845-7.5913

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

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

The process color (four color CMYK) of #7dbec0 color hex is 0.35, 0.01, 0.00, 0.25. Web safe color of #7dbec0 is #66cccc. Color #7dbec0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111110 11000000
Octal 175 276 300
Decimal 125 190 192
Hex 7D BE C0

RGB Percentages of Color #7dbec0

%24.65
%37.48
%37.87

CMYK Percentages of Color #7dbec0

%35
%1
%0
%25

Triadic Colors of #7dbec0

#7dbec0 #c07dbe #bec07d

Analogous Colors of #7dbec0

#7dbec0 #7d9dc0 #7dc0a1

Monochromatic Colors of #7dbec0

#7dbec0

Complementary Color

#7dbec0 #c07f7d

#7dbec0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbec0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbec0 Color CSS Codes

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

#7dbec0 Text Font Color

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

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


#7dbec0 Background Color

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

This div background color is #7dbec0


#7dbec0 Border Color

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

This div border color is #7dbec0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbec0


Comments

No comments written yet.

Please login to write comment.