Color Hex Logo

#7cebda Color Hex

#7CEBDA
(124,235,218)
0 Favorites   0 Comments

Color spaces of #7cebda

RGB 124235218
HSL0.470.740.70
HSV171°47°92°
CMYK 0.470.000.07   0.08
XYZ50.675468.763776.9315
Yxy68.76370.25810.3502
Hunter Lab82.9239-36.03413.0412
CIE-Lab86.3869-35.8863-1.6040

#7cebda color RGB value is (124,235,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101011 11011010
Octal 174 353 332
Decimal 124 235 218
Hex 7C EB DA

RGB Percentages of Color #7cebda

%21.49
%40.73
%37.78

CMYK Percentages of Color #7cebda

%47
%0
%7
%8

Triadic Colors of #7cebda

#7cebda #da7ceb #ebda7c

Analogous Colors of #7cebda

#7cebda #7cc5eb #7ceba3

Monochromatic Colors of #7cebda

#7cebda

Complementary Color

#7cebda #eb7c8d

#7cebda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cebda Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cebda Color CSS Codes

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

#7cebda Text Font Color

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

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


#7cebda Background Color

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

This div background color is #7cebda


#7cebda Border Color

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

This div border color is #7cebda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,235,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cebda


Comments

No comments written yet.

Please login to write comment.