Color Hex Logo

#7ccaec Color Hex

#7CCAEC
(124,202,236)
0 Favorites   0 Comments

Color spaces of #7ccaec

RGB 124202236
HSL0.550.750.71
HSV198°47°93°
CMYK 0.470.140.00   0.07
XYZ44.573052.582387.1570
Yxy52.58230.24180.2853
Hunter Lab72.5137-17.1778-20.5034
CIE-Lab77.6277-15.1065-24.2724

#7ccaec color RGB value is (124,202,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001010 11101100
Octal 174 312 354
Decimal 124 202 236
Hex 7C CA EC

RGB Percentages of Color #7ccaec

%22.06
%35.94
%41.99

CMYK Percentages of Color #7ccaec

%47
%14
%0
%7

Triadic Colors of #7ccaec

#7ccaec #ec7cca #caec7c

Analogous Colors of #7ccaec

#7ccaec #7c92ec #7cecd6

Monochromatic Colors of #7ccaec

#7ccaec

Complementary Color

#7ccaec #ec9e7c

#7ccaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccaec Color CSS Codes

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

#7ccaec Text Font Color

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

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


#7ccaec Background Color

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

This div background color is #7ccaec


#7ccaec Border Color

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

This div border color is #7ccaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccaec


Comments

No comments written yet.

Please login to write comment.