Color Hex Logo

#7cebec Color Hex

#7CEBEC
(124,235,236)
0 Favorites   0 Comments

Color spaces of #7cebec

RGB 124235236
HSL0.500.750.71
HSV181°47°93°
CMYK 0.470.000.00   0.07
XYZ53.160869.757990.0196
Yxy69.75790.24970.3276
Hunter Lab83.5212-32.5478-5.4382
CIE-Lab86.8780-31.4802-10.3348

#7cebec color RGB value is (124,235,236).

#7cebec hex color red value is 124, green value is 235 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7cebec hue: 0.50 , saturation: 0.75 and the lightness value of 7cebec is 0.71.

The process color (four color CMYK) of #7cebec color hex is 0.47, 0.00, 0.00, 0.07. Web safe color of #7cebec is #66ffff. Color #7cebec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101011 11101100
Octal 174 353 354
Decimal 124 235 236
Hex 7C EB EC

RGB Percentages of Color #7cebec

%20.84
%39.50
%39.66

CMYK Percentages of Color #7cebec

%47
%0
%0
%7

Triadic Colors of #7cebec

#7cebec #ec7ceb #ebec7c

Analogous Colors of #7cebec

#7cebec #7cb3ec #7cecb5

Monochromatic Colors of #7cebec

#7cebec

Complementary Color

#7cebec #ec7d7c

#7cebec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cebec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cebec Color CSS Codes

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

#7cebec Text Font Color

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

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


#7cebec Background Color

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

This div background color is #7cebec


#7cebec Border Color

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

This div border color is #7cebec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cebec


Comments

No comments written yet.

Please login to write comment.