Color Hex Logo

#7cedbf Color Hex

#7CEDBF
(124,237,191)
0 Favorites   0 Comments

Color spaces of #7cedbf

RGB 124237191
HSL0.430.760.71
HSV156°48°93°
CMYK 0.480.000.19   0.07
XYZ48.000368.615060.0044
Yxy68.61500.27180.3885
Hunter Lab82.8342-41.523615.0347
CIE-Lab86.3130-42.831512.4293

#7cedbf color RGB value is (124,237,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101101 10111111
Octal 174 355 277
Decimal 124 237 191
Hex 7C ED BF

RGB Percentages of Color #7cedbf

%22.46
%42.93
%34.60

CMYK Percentages of Color #7cedbf

%48
%0
%19
%7

Triadic Colors of #7cedbf

#7cedbf #bf7ced #edbf7c

Analogous Colors of #7cedbf

#7cedbf #7ce3ed #7ced87

Monochromatic Colors of #7cedbf

#7cedbf

Complementary Color

#7cedbf #ed7caa

#7cedbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cedbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cedbf Color CSS Codes

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

#7cedbf Text Font Color

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

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


#7cedbf Background Color

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

This div background color is #7cedbf


#7cedbf Border Color

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

This div border color is #7cedbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cedbf


Comments

No comments written yet.

Please login to write comment.