Color Hex Logo

#7dbece Color Hex

#7DBECE
(125,190,206)
0 Favorites   0 Comments

Color spaces of #7dbece

RGB 125190206
HSL0.530.450.65
HSV192°39°81°
CMYK 0.390.080.00   0.19
XYZ38.011545.643165.1991
Yxy45.64310.25540.3066
Hunter Lab67.5597-17.7989-9.9266
CIE-Lab73.3133-16.5918-14.5854

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

#7dbece hex color red value is 125, green value is 190 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7dbece hue: 0.53 , saturation: 0.45 and the lightness value of 7dbece is 0.65.

The process color (four color CMYK) of #7dbece color hex is 0.39, 0.08, 0.00, 0.19. Web safe color of #7dbece is #66cccc. Color #7dbece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111110 11001110
Octal 175 276 316
Decimal 125 190 206
Hex 7D BE CE

RGB Percentages of Color #7dbece

%23.99
%36.47
%39.54

CMYK Percentages of Color #7dbece

%39
%8
%0
%19

Triadic Colors of #7dbece

#7dbece #ce7dbe #bece7d

Analogous Colors of #7dbece

#7dbece #7d96ce #7dceb6

Monochromatic Colors of #7dbece

#7dbece

Complementary Color

#7dbece #ce8d7d

#7dbece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbece Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbece Color CSS Codes

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

#7dbece Text Font Color

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

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


#7dbece Background Color

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

This div background color is #7dbece


#7dbece Border Color

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

This div border color is #7dbece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbece


Comments

No comments written yet.

Please login to write comment.