Color Hex Logo

#7cebcb Color Hex

#7CEBCB
(124,235,203)
0 Favorites   0 Comments

Color spaces of #7cebcb

RGB 124235203
HSL0.450.740.70
HSV163°47°92°
CMYK 0.470.000.14   0.08
XYZ48.800068.013567.0558
Yxy68.01350.26540.3699
Hunter Lab82.4703-38.69959.5211
CIE-Lab86.0132-39.34005.7256

#7cebcb color RGB value is (124,235,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101011 11001011
Octal 174 353 313
Decimal 124 235 203
Hex 7C EB CB

RGB Percentages of Color #7cebcb

%22.06
%41.81
%36.12

CMYK Percentages of Color #7cebcb

%47
%0
%14
%8

Triadic Colors of #7cebcb

#7cebcb #cb7ceb #ebcb7c

Analogous Colors of #7cebcb

#7cebcb #7cd4eb #7ceb94

Monochromatic Colors of #7cebcb

#7cebcb

Complementary Color

#7cebcb #eb7c9c

#7cebcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cebcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cebcb Color CSS Codes

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

#7cebcb Text Font Color

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

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


#7cebcb Background Color

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

This div background color is #7cebcb


#7cebcb Border Color

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

This div border color is #7cebcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cebcb


Comments

No comments written yet.

Please login to write comment.