Color Hex Logo

#7dbcee Color Hex

#7DBCEE
(125,188,238)
0 Favorites   0 Comments

Color spaces of #7dbcee

RGB 125188238
HSL0.570.770.71
HSV207°47°93°
CMYK 0.470.210.00   0.07
XYZ41.873346.499587.6573
Yxy46.49950.23790.2642
Hunter Lab68.1905-9.7232-28.4825
CIE-Lab73.8685-6.9095-31.1085

#7dbcee color RGB value is (125,188,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111100 11101110
Octal 175 274 356
Decimal 125 188 238
Hex 7D BC EE

RGB Percentages of Color #7dbcee

%22.69
%34.12
%43.19

CMYK Percentages of Color #7dbcee

%47
%21
%0
%7

Triadic Colors of #7dbcee

#7dbcee #ee7dbc #bcee7d

Analogous Colors of #7dbcee

#7dbcee #7d84ee #7deee8

Monochromatic Colors of #7dbcee

#7dbcee

Complementary Color

#7dbcee #eeaf7d

#7dbcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbcee Color CSS Codes

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

#7dbcee Text Font Color

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

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


#7dbcee Background Color

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

This div background color is #7dbcee


#7dbcee Border Color

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

This div border color is #7dbcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbcee


Comments

No comments written yet.

Please login to write comment.