color codes Logo

#7ccaf8 color codes

#7CCAF8
(124,202,248)
0 Favorites   0 Comments

Color spaces of #7ccaf8

RGB 124202248
HSL0.560.900.73
HSV202°50°97°
CMYK 0.500.190.00   0.03
XYZ46.376053.303596.6513
Yxy53.30350.23620.2715
Hunter Lab73.0092-14.3817-27.3830
CIE-Lab78.0538-11.7744-30.0496

#7ccaf8 color RGB value is (124,202,248).

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

The process color (four color CMYK) of #7ccaf8 color code is 0.50, 0.19, 0.00, 0.03. Web safe color of #7ccaf8 is #66ccff. Color #7ccaf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001010 11111000
Octal 174 312 370
Decimal 124 202 248
Hex 7C CA F8

RGB Percentages of Color #7ccaf8

%21.60
%35.19
%43.21

CMYK Percentages of Color #7ccaf8

%50
%19
%0
%3

Triadic Colors of #7ccaf8

#7ccaf8 #f87cca #caf87c

Analogous Colors of #7ccaf8

#7ccaf8 #7c8cf8 #7cf8e8

Monochromatic Colors of #7ccaf8

#7ccaf8

Complementary Color

#7ccaf8 #f8aa7c

#7ccaf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccaf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccaf8 Color CSS Codes

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

#7ccaf8 Text Font Color

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

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


#7ccaf8 Background Color

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

This div background color is #7ccaf8


#7ccaf8 Border Color

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

This div border color is #7ccaf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccaf8


Comments

No comments written yet.

Please login to write comment.