Color Hex Logo

#7ccdf8 Color Hex

#7CCDF8
(124,205,248)
0 Favorites   0 Comments

Color spaces of #7ccdf8

RGB 124205248
HSL0.560.900.73
HSV201°50°97°
CMYK 0.500.170.00   0.03
XYZ47.086854.725096.8882
Yxy54.72500.23700.2754
Hunter Lab73.9763-15.8413-25.8698
CIE-Lab78.8826-13.3458-28.7777

#7ccdf8 color RGB value is (124,205,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001101 11111000
Octal 174 315 370
Decimal 124 205 248
Hex 7C CD F8

RGB Percentages of Color #7ccdf8

%21.49
%35.53
%42.98

CMYK Percentages of Color #7ccdf8

%50
%17
%0
%3

Triadic Colors of #7ccdf8

#7ccdf8 #f87ccd #cdf87c

Analogous Colors of #7ccdf8

#7ccdf8 #7c8ff8 #7cf8e5

Monochromatic Colors of #7ccdf8

#7ccdf8

Complementary Color

#7ccdf8 #f8a77c

#7ccdf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccdf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccdf8 Color CSS Codes

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

#7ccdf8 Text Font Color

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

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


#7ccdf8 Background Color

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

This div background color is #7ccdf8


#7ccdf8 Border Color

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

This div border color is #7ccdf8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,205,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 #7ccdf8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccdf8


Comments

No comments written yet.

Please login to write comment.