Color Hex Logo

#7ccecd Color Hex

#7CCECD
(124,206,205)
0 Favorites   0 Comments

Color spaces of #7ccecd

RGB 124206205
HSL0.500.460.65
HSV179°40°81°
CMYK 0.400.000.00   0.19
XYZ41.402952.835565.7737
Yxy52.83550.25870.3302
Hunter Lab72.6880-25.5310-2.7685
CIE-Lab77.7778-25.1899-7.3819

#7ccecd color RGB value is (124,206,205).

#7ccecd hex color red value is 124, green value is 206 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7ccecd hue: 0.50 , saturation: 0.46 and the lightness value of 7ccecd is 0.65.

The process color (four color CMYK) of #7ccecd color hex is 0.40, 0.00, 0.00, 0.19. Web safe color of #7ccecd is #66cccc. Color #7ccecd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001110 11001101
Octal 174 316 315
Decimal 124 206 205
Hex 7C CE CD

RGB Percentages of Color #7ccecd

%23.18
%38.50
%38.32

CMYK Percentages of Color #7ccecd

%40
%0
%0
%19

Triadic Colors of #7ccecd

#7ccecd #cd7cce #cecd7c

Analogous Colors of #7ccecd

#7ccecd #7ca6ce #7ccea4

Monochromatic Colors of #7ccecd

#7ccecd

Complementary Color

#7ccecd #ce7c7d

#7ccecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccecd Color CSS Codes

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

#7ccecd Text Font Color

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

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


#7ccecd Background Color

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

This div background color is #7ccecd


#7ccecd Border Color

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

This div border color is #7ccecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccecd


Comments

No comments written yet.

Please login to write comment.