Color Hex Logo

#7ccaea Color Hex

#7CCAEA
(124,202,234)
0 Favorites   0 Comments

Color spaces of #7ccaea

RGB 124202234
HSL0.550.720.70
HSV197°47°92°
CMYK 0.470.140.00   0.08
XYZ44.284052.466785.6350
Yxy52.46670.24280.2877
Hunter Lab72.4339-17.6296-19.3919
CIE-Lab77.5591-15.6519-23.3035

#7ccaea color RGB value is (124,202,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001010 11101010
Octal 174 312 352
Decimal 124 202 234
Hex 7C CA EA

RGB Percentages of Color #7ccaea

%22.14
%36.07
%41.79

CMYK Percentages of Color #7ccaea

%47
%14
%0
%8

Triadic Colors of #7ccaea

#7ccaea #ea7cca #caea7c

Analogous Colors of #7ccaea

#7ccaea #7c93ea #7cead3

Monochromatic Colors of #7ccaea

#7ccaea

Complementary Color

#7ccaea #ea9c7c

#7ccaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccaea Color CSS Codes

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

#7ccaea Text Font Color

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

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


#7ccaea Background Color

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

This div background color is #7ccaea


#7ccaea Border Color

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

This div border color is #7ccaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccaea


Comments

No comments written yet.

Please login to write comment.