Color Hex Logo

#7ceece Color Hex

#7CEECE
(124,238,206)
0 Favorites   0 Comments

Color spaces of #7ceece

RGB 124238206
HSL0.450.770.71
HSV163°48°93°
CMYK 0.480.000.13   0.07
XYZ50.027369.890469.2460
Yxy69.89040.26450.3695
Hunter Lab83.6005-39.48489.4106
CIE-Lab86.9431-40.01945.4961

#7ceece color RGB value is (124,238,206).

#7ceece hex color red value is 124, green value is 238 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7ceece hue: 0.45 , saturation: 0.77 and the lightness value of 7ceece is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101110 11001110
Octal 174 356 316
Decimal 124 238 206
Hex 7C EE CE

RGB Percentages of Color #7ceece

%21.83
%41.90
%36.27

CMYK Percentages of Color #7ceece

%48
%0
%13
%7

Triadic Colors of #7ceece

#7ceece #ce7cee #eece7c

Analogous Colors of #7ceece

#7ceece #7cd5ee #7cee95

Monochromatic Colors of #7ceece

#7ceece

Complementary Color

#7ceece #ee7c9c

#7ceece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ceece Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ceece Color CSS Codes

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

#7ceece Text Font Color

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

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


#7ceece Background Color

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

This div background color is #7ceece


#7ceece Border Color

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

This div border color is #7ceece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ceece


Comments

No comments written yet.

Please login to write comment.