Color Hex Logo

#7ccafe Color Hex

#7CCAFE
(124,202,254)
0 Favorites   0 Comments

Color spaces of #7ccafe

RGB 124202254
HSL0.570.980.74
HSV204°51°100°
CMYK 0.510.200.00   0.00
XYZ47.322153.6819101.6334
Yxy53.68190.23350.2649
Hunter Lab73.2679-12.9298-30.9564
CIE-Lab78.2759-10.0727-32.9143

#7ccafe color RGB value is (124,202,254).

#7ccafe hex color red value is 124, green value is 202 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7ccafe hue: 0.57 , saturation: 0.98 and the lightness value of 7ccafe is 0.74.

The process color (four color CMYK) of #7ccafe color hex is 0.51, 0.20, 0.00, 0.00. Web safe color of #7ccafe is #66ccff. Color #7ccafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001010 11111110
Octal 174 312 376
Decimal 124 202 254
Hex 7C CA FE

RGB Percentages of Color #7ccafe

%21.38
%34.83
%43.79

CMYK Percentages of Color #7ccafe

%51
%20
%0
%0

Triadic Colors of #7ccafe

#7ccafe #fe7cca #cafe7c

Analogous Colors of #7ccafe

#7ccafe #7c89fe #7cfef1

Monochromatic Colors of #7ccafe

#7ccafe

Complementary Color

#7ccafe #feb07c

#7ccafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccafe Color CSS Codes

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

#7ccafe Text Font Color

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

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


#7ccafe Background Color

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

This div background color is #7ccafe


#7ccafe Border Color

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

This div border color is #7ccafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccafe

Related Colors


Comments

No comments written yet.

Please login to write comment.