Color Hex Logo

#7cceec Color Hex

#7CCEEC
(124,206,236)
0 Favorites   0 Comments

Color spaces of #7cceec

RGB 124206236
HSL0.540.750.71
HSV196°47°93°
CMYK 0.470.130.00   0.07
XYZ45.523854.483887.4740
Yxy54.48380.24280.2906
Hunter Lab73.8131-19.0842-18.5938
CIE-Lab78.7430-17.1709-22.5744

#7cceec color RGB value is (124,206,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001110 11101100
Octal 174 316 354
Decimal 124 206 236
Hex 7C CE EC

RGB Percentages of Color #7cceec

%21.91
%36.40
%41.70

CMYK Percentages of Color #7cceec

%47
%13
%0
%7

Triadic Colors of #7cceec

#7cceec #ec7cce #ceec7c

Analogous Colors of #7cceec

#7cceec #7c96ec #7cecd2

Monochromatic Colors of #7cceec

#7cceec

Complementary Color

#7cceec #ec9a7c

#7cceec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cceec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cceec Color CSS Codes

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

#7cceec Text Font Color

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

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


#7cceec Background Color

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

This div background color is #7cceec


#7cceec Border Color

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

This div border color is #7cceec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,206,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 #7cceec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cceec


Comments

No comments written yet.

Please login to write comment.