Color Hex Logo

#7dbceb Color Hex

#7DBCEB
(125,188,235)
0 Favorites   0 Comments

Color spaces of #7dbceb

RGB 125188235
HSL0.570.730.71
HSV206°47°92°
CMYK 0.470.200.00   0.08
XYZ41.436146.324685.3549
Yxy46.32460.23940.2676
Hunter Lab68.0622-10.4384-26.7104
CIE-Lab73.7557-7.7519-29.6596

#7dbceb color RGB value is (125,188,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111100 11101011
Octal 175 274 353
Decimal 125 188 235
Hex 7D BC EB

RGB Percentages of Color #7dbceb

%22.81
%34.31
%42.88

CMYK Percentages of Color #7dbceb

%47
%20
%0
%8

Triadic Colors of #7dbceb

#7dbceb #eb7dbc #bceb7d

Analogous Colors of #7dbceb

#7dbceb #7d85eb #7debe3

Monochromatic Colors of #7dbceb

#7dbceb

Complementary Color

#7dbceb #ebac7d

#7dbceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbceb Color CSS Codes

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

#7dbceb Text Font Color

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

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


#7dbceb Background Color

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

This div background color is #7dbceb


#7dbceb Border Color

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

This div border color is #7dbceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,188,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 #7dbceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbceb


Comments

No comments written yet.

Please login to write comment.