Color Hex Logo

#7ebcdc Color Hex

#7EBCDC
(126,188,220)
0 Favorites   0 Comments

Color spaces of #7ebcdc

RGB 126188220
HSL0.560.570.68
HSV200°43°86°
CMYK 0.430.150.00   0.14
XYZ39.505745.569474.4237
Yxy45.56940.24770.2857
Hunter Lab67.5051-13.6712-18.1130
CIE-Lab73.2653-11.6194-22.2705

#7ebcdc color RGB value is (126,188,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111100 11011100
Octal 176 274 334
Decimal 126 188 220
Hex 7E BC DC

RGB Percentages of Color #7ebcdc

%23.60
%35.21
%41.20

CMYK Percentages of Color #7ebcdc

%43
%15
%0
%14

Triadic Colors of #7ebcdc

#7ebcdc #dc7ebc #bcdc7e

Analogous Colors of #7ebcdc

#7ebcdc #7e8ddc #7edccd

Monochromatic Colors of #7ebcdc

#7ebcdc

Complementary Color

#7ebcdc #dc9e7e

#7ebcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebcdc Color CSS Codes

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

#7ebcdc Text Font Color

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

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


#7ebcdc Background Color

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

This div background color is #7ebcdc


#7ebcdc Border Color

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

This div border color is #7ebcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebcdc


Comments

No comments written yet.

Please login to write comment.