Color Hex Logo

#7cebdc Color Hex

#7CEBDC
(124,235,220)
0 Favorites   0 Comments

Color spaces of #7cebdc

RGB 124235220
HSL0.480.740.70
HSV172°47°92°
CMYK 0.470.000.06   0.08
XYZ50.938868.869178.3184
Yxy68.86910.25710.3476
Hunter Lab82.9874-35.66222.1369
CIE-Lab86.4392-35.4104-2.5779

#7cebdc color RGB value is (124,235,220).

#7cebdc hex color red value is 124, green value is 235 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7cebdc hue: 0.48 , saturation: 0.74 and the lightness value of 7cebdc is 0.70.

The process color (four color CMYK) of #7cebdc color hex is 0.47, 0.00, 0.06, 0.08. Web safe color of #7cebdc is #66ffcc. Color #7cebdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101011 11011100
Octal 174 353 334
Decimal 124 235 220
Hex 7C EB DC

RGB Percentages of Color #7cebdc

%21.42
%40.59
%38.00

CMYK Percentages of Color #7cebdc

%47
%0
%6
%8

Triadic Colors of #7cebdc

#7cebdc #dc7ceb #ebdc7c

Analogous Colors of #7cebdc

#7cebdc #7cc3eb #7ceba5

Monochromatic Colors of #7cebdc

#7cebdc

Complementary Color

#7cebdc #eb7c8b

#7cebdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cebdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cebdc Color CSS Codes

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

#7cebdc Text Font Color

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

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


#7cebdc Background Color

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

This div background color is #7cebdc


#7cebdc Border Color

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

This div border color is #7cebdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cebdc


Comments

No comments written yet.

Please login to write comment.