Color Hex Logo

#7ccaf5 Color Hex

#7CCAF5
(124,202,245)
0 Favorites   0 Comments

Color spaces of #7ccaf5

RGB 124202245
HSL0.560.860.72
HSV201°49°96°
CMYK 0.490.180.00   0.04
XYZ45.914153.118794.2192
Yxy53.11870.23760.2749
Hunter Lab72.8826-15.0942-25.6295
CIE-Lab77.9450-12.6166-28.6113

#7ccaf5 color RGB value is (124,202,245).

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

The process color (four color CMYK) of #7ccaf5 color hex is 0.49, 0.18, 0.00, 0.04. Web safe color of #7ccaf5 is #66ccff. Color #7ccaf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001010 11110101
Octal 174 312 365
Decimal 124 202 245
Hex 7C CA F5

RGB Percentages of Color #7ccaf5

%21.72
%35.38
%42.91

CMYK Percentages of Color #7ccaf5

%49
%18
%0
%4

Triadic Colors of #7ccaf5

#7ccaf5 #f57cca #caf57c

Analogous Colors of #7ccaf5

#7ccaf5 #7c8ef5 #7cf5e4

Monochromatic Colors of #7ccaf5

#7ccaf5

Complementary Color

#7ccaf5 #f5a77c

#7ccaf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccaf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccaf5 Color CSS Codes

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

#7ccaf5 Text Font Color

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

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


#7ccaf5 Background Color

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

This div background color is #7ccaf5


#7ccaf5 Border Color

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

This div border color is #7ccaf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccaf5


Comments

No comments written yet.

Please login to write comment.