Color Hex Logo

#7dbeeb Color Hex

#7DBEEB
(125,190,235)
0 Favorites   0 Comments

Color spaces of #7dbeeb

RGB 125190235
HSL0.570.730.71
HSV205°47°92°
CMYK 0.470.190.00   0.08
XYZ41.866347.185085.4983
Yxy47.18500.23990.2703
Hunter Lab68.6913-11.4169-25.7128
CIE-Lab74.3079-8.8249-28.8106

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

#7dbeeb hex color red value is 125, green value is 190 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7dbeeb hue: 0.57 , saturation: 0.73 and the lightness value of 7dbeeb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111110 11101011
Octal 175 276 353
Decimal 125 190 235
Hex 7D BE EB

RGB Percentages of Color #7dbeeb

%22.73
%34.55
%42.73

CMYK Percentages of Color #7dbeeb

%47
%19
%0
%8

Triadic Colors of #7dbeeb

#7dbeeb #eb7dbe #beeb7d

Analogous Colors of #7dbeeb

#7dbeeb #7d87eb #7debe1

Monochromatic Colors of #7dbeeb

#7dbeeb

Complementary Color

#7dbeeb #ebaa7d

#7dbeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbeeb Color CSS Codes

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

#7dbeeb Text Font Color

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

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


#7dbeeb Background Color

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

This div background color is #7dbeeb


#7dbeeb Border Color

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

This div border color is #7dbeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbeeb

#7dbeeb Color Palettes


Comments

No comments written yet.

Please login to write comment.