Color Hex Logo

#7cedda Color Hex

#7CEDDA
(124,237,218)
0 Favorites   0 Comments

Color spaces of #7cedda

RGB 124237218
HSL0.470.760.71
HSV170°48°93°
CMYK 0.480.000.08   0.07
XYZ51.251369.915477.1235
Yxy69.91540.25850.3526
Hunter Lab83.6154-36.91713.8441
CIE-Lab86.9554-36.8064-0.7720

#7cedda color RGB value is (124,237,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101101 11011010
Octal 174 355 332
Decimal 124 237 218
Hex 7C ED DA

RGB Percentages of Color #7cedda

%21.42
%40.93
%37.65

CMYK Percentages of Color #7cedda

%48
%0
%8
%7

Triadic Colors of #7cedda

#7cedda #da7ced #edda7c

Analogous Colors of #7cedda

#7cedda #7cc8ed #7ceda2

Monochromatic Colors of #7cedda

#7cedda

Complementary Color

#7cedda #ed7c8f

#7cedda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cedda Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cedda Color CSS Codes

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

#7cedda Text Font Color

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

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


#7cedda Background Color

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

This div background color is #7cedda


#7cedda Border Color

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

This div border color is #7cedda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cedda


Comments

No comments written yet.

Please login to write comment.