Color Hex Logo

#7ccaee Color Hex

#7CCAEE
(124,202,238)
0 Favorites   0 Comments

Color spaces of #7ccaee

RGB 124202238
HSL0.550.770.71
HSV199°48°93°
CMYK 0.480.150.00   0.07
XYZ44.865352.699288.6962
Yxy52.69920.24090.2829
Hunter Lab72.5942-16.7218-21.6251
CIE-Lab77.6971-14.5580-25.2396

#7ccaee color RGB value is (124,202,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001010 11101110
Octal 174 312 356
Decimal 124 202 238
Hex 7C CA EE

RGB Percentages of Color #7ccaee

%21.99
%35.82
%42.20

CMYK Percentages of Color #7ccaee

%48
%15
%0
%7

Triadic Colors of #7ccaee

#7ccaee #ee7cca #caee7c

Analogous Colors of #7ccaee

#7ccaee #7c91ee #7ceed9

Monochromatic Colors of #7ccaee

#7ccaee

Complementary Color

#7ccaee #eea07c

#7ccaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccaee Color CSS Codes

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

#7ccaee Text Font Color

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

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


#7ccaee Background Color

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

This div background color is #7ccaee


#7ccaee Border Color

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

This div border color is #7ccaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccaee


Comments

No comments written yet.

Please login to write comment.