Color Hex Logo

#7ebcdd Color Hex

#7EBCDD
(126,188,221)
0 Favorites   0 Comments

Color spaces of #7ebcdd

RGB 126188221
HSL0.560.580.68
HSV201°43°87°
CMYK 0.430.150.00   0.13
XYZ39.638545.622575.1235
Yxy45.62250.24710.2845
Hunter Lab67.5444-13.4499-18.6618
CIE-Lab73.2999-11.3512-22.7612

#7ebcdd color RGB value is (126,188,221).

#7ebcdd hex color red value is 126, green value is 188 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7ebcdd hue: 0.56 , saturation: 0.58 and the lightness value of 7ebcdd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111100 11011101
Octal 176 274 335
Decimal 126 188 221
Hex 7E BC DD

RGB Percentages of Color #7ebcdd

%23.55
%35.14
%41.31

CMYK Percentages of Color #7ebcdd

%43
%15
%0
%13

Triadic Colors of #7ebcdd

#7ebcdd #dd7ebc #bcdd7e

Analogous Colors of #7ebcdd

#7ebcdd #7e8ddd #7eddcf

Monochromatic Colors of #7ebcdd

#7ebcdd

Complementary Color

#7ebcdd #dd9f7e

#7ebcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebcdd Color CSS Codes

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

#7ebcdd Text Font Color

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

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


#7ebcdd Background Color

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

This div background color is #7ebcdd


#7ebcdd Border Color

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

This div border color is #7ebcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebcdd


Comments

No comments written yet.

Please login to write comment.