Color Hex Logo

#7cedbc Color Hex

#7CEDBC
(124,237,188)
0 Favorites   0 Comments

Color spaces of #7cedbc

RGB 124237188
HSL0.430.760.71
HSV154°48°93°
CMYK 0.480.000.21   0.07
XYZ47.673568.484358.2831
Yxy68.48430.27330.3926
Hunter Lab82.7552-41.991716.1717
CIE-Lab86.2480-43.457013.9004

#7cedbc color RGB value is (124,237,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101101 10111100
Octal 174 355 274
Decimal 124 237 188
Hex 7C ED BC

RGB Percentages of Color #7cedbc

%22.59
%43.17
%34.24

CMYK Percentages of Color #7cedbc

%48
%0
%21
%7

Triadic Colors of #7cedbc

#7cedbc #bc7ced #edbc7c

Analogous Colors of #7cedbc

#7cedbc #7ce6ed #7ced84

Monochromatic Colors of #7cedbc

#7cedbc

Complementary Color

#7cedbc #ed7cad

#7cedbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cedbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cedbc Color CSS Codes

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

#7cedbc Text Font Color

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

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


#7cedbc Background Color

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

This div background color is #7cedbc


#7cedbc Border Color

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

This div border color is #7cedbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cedbc


Comments

No comments written yet.

Please login to write comment.