Color Hex Logo

#7cedbe Color Hex

#7CEDBE
(124,237,190)
0 Favorites   0 Comments

Color spaces of #7cedbe

RGB 124237190
HSL0.430.760.71
HSV155°48°93°
CMYK 0.480.000.20   0.07
XYZ47.890668.571259.4267
Yxy68.57120.27230.3899
Hunter Lab82.8077-41.680715.4161
CIE-Lab86.2913-43.041212.9197

#7cedbe color RGB value is (124,237,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101101 10111110
Octal 174 355 276
Decimal 124 237 190
Hex 7C ED BE

RGB Percentages of Color #7cedbe

%22.50
%43.01
%34.48

CMYK Percentages of Color #7cedbe

%48
%0
%20
%7

Triadic Colors of #7cedbe

#7cedbe #be7ced #edbe7c

Analogous Colors of #7cedbe

#7cedbe #7ce4ed #7ced86

Monochromatic Colors of #7cedbe

#7cedbe

Complementary Color

#7cedbe #ed7cab

#7cedbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cedbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cedbe Color CSS Codes

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

#7cedbe Text Font Color

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

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


#7cedbe Background Color

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

This div background color is #7cedbe


#7cedbe Border Color

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

This div border color is #7cedbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cedbe


Comments

No comments written yet.

Please login to write comment.