Color Hex Logo

#7ccdd8 Color Hex

#7CCDD8
(124,205,216)
0 Favorites   0 Comments

Color spaces of #7ccdd8

RGB 124205216
HSL0.520.540.67
HSV187°43°85°
CMYK 0.430.050.00   0.15
XYZ42.538252.905672.9355
Yxy52.90560.25260.3142
Hunter Lab72.7362-22.8966-8.5371
CIE-Lab77.8192-21.9354-13.2366

#7ccdd8 color RGB value is (124,205,216).

#7ccdd8 hex color red value is 124, green value is 205 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #7ccdd8 hue: 0.52 , saturation: 0.54 and the lightness value of 7ccdd8 is 0.67.

The process color (four color CMYK) of #7ccdd8 color hex is 0.43, 0.05, 0.00, 0.15. Web safe color of #7ccdd8 is #66cccc. Color #7ccdd8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001101 11011000
Octal 174 315 330
Decimal 124 205 216
Hex 7C CD D8

RGB Percentages of Color #7ccdd8

%22.75
%37.61
%39.63

CMYK Percentages of Color #7ccdd8

%43
%5
%0
%15

Triadic Colors of #7ccdd8

#7ccdd8 #d87ccd #cdd87c

Analogous Colors of #7ccdd8

#7ccdd8 #7c9fd8 #7cd8b5

Monochromatic Colors of #7ccdd8

#7ccdd8

Complementary Color

#7ccdd8 #d8877c

#7ccdd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccdd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccdd8 Color CSS Codes

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

#7ccdd8 Text Font Color

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

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


#7ccdd8 Background Color

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

This div background color is #7ccdd8


#7ccdd8 Border Color

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

This div border color is #7ccdd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccdd8


Comments

No comments written yet.

Please login to write comment.