Color Hex Logo

#7dbedc Color Hex

#7DBEDC
(125,190,220)
0 Favorites   0 Comments

Color spaces of #7dbedc

RGB 125190220
HSL0.550.580.68
HSV199°43°86°
CMYK 0.430.140.00   0.14
XYZ39.789246.354274.5603
Yxy46.35420.24760.2884
Hunter Lab68.0839-14.8289-17.2711
CIE-Lab73.7748-12.9252-21.4997

#7dbedc color RGB value is (125,190,220).

#7dbedc hex color red value is 125, green value is 190 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7dbedc hue: 0.55 , saturation: 0.58 and the lightness value of 7dbedc is 0.68.

The process color (four color CMYK) of #7dbedc color hex is 0.43, 0.14, 0.00, 0.14. Web safe color of #7dbedc is #66cccc. Color #7dbedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111110 11011100
Octal 175 276 334
Decimal 125 190 220
Hex 7D BE DC

RGB Percentages of Color #7dbedc

%23.36
%35.51
%41.12

CMYK Percentages of Color #7dbedc

%43
%14
%0
%14

Triadic Colors of #7dbedc

#7dbedc #dc7dbe #bedc7d

Analogous Colors of #7dbedc

#7dbedc #7d8fdc #7ddccb

Monochromatic Colors of #7dbedc

#7dbedc

Complementary Color

#7dbedc #dc9b7d

#7dbedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbedc Color CSS Codes

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

#7dbedc Text Font Color

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

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


#7dbedc Background Color

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

This div background color is #7dbedc


#7dbedc Border Color

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

This div border color is #7dbedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbedc


Comments

No comments written yet.

Please login to write comment.