Color Hex Logo

#7ebddc Color Hex

#7EBDDC
(126,189,220)
0 Favorites   0 Comments

Color spaces of #7ebddc

RGB 126189220
HSL0.550.570.68
HSV200°43°86°
CMYK 0.430.140.00   0.14
XYZ39.720045.998174.4952
Yxy45.99810.24790.2871
Hunter Lab67.8219-14.1495-17.6485
CIE-Lab73.5443-12.1488-21.8458

#7ebddc color RGB value is (126,189,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111101 11011100
Octal 176 275 334
Decimal 126 189 220
Hex 7E BD DC

RGB Percentages of Color #7ebddc

%23.55
%35.33
%41.12

CMYK Percentages of Color #7ebddc

%43
%14
%0
%14

Triadic Colors of #7ebddc

#7ebddc #dc7ebd #bddc7e

Analogous Colors of #7ebddc

#7ebddc #7e8edc #7edccc

Monochromatic Colors of #7ebddc

#7ebddc

Complementary Color

#7ebddc #dc9d7e

#7ebddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebddc Color CSS Codes

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

#7ebddc Text Font Color

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

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


#7ebddc Background Color

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

This div background color is #7ebddc


#7ebddc Border Color

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

This div border color is #7ebddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebddc


Comments

No comments written yet.

Please login to write comment.