Color Hex Logo

#7cdcde Color Hex

#7CDCDE
(124,220,222)
0 Favorites   0 Comments

Color spaces of #7cdcde

RGB 124220222
HSL0.500.600.68
HSV181°44°87°
CMYK 0.440.010.00   0.13
XYZ47.090260.745478.3504
Yxy60.74540.25290.3263
Hunter Lab77.9393-28.5458-5.0452
CIE-Lab82.2417-27.8151-9.8394

#7cdcde color RGB value is (124,220,222).

#7cdcde hex color red value is 124, green value is 220 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7cdcde hue: 0.50 , saturation: 0.60 and the lightness value of 7cdcde is 0.68.

The process color (four color CMYK) of #7cdcde color hex is 0.44, 0.01, 0.00, 0.13. Web safe color of #7cdcde is #66cccc. Color #7cdcde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11011100 11011110
Octal 174 334 336
Decimal 124 220 222
Hex 7C DC DE

RGB Percentages of Color #7cdcde

%21.91
%38.87
%39.22

CMYK Percentages of Color #7cdcde

%44
%1
%0
%13

Triadic Colors of #7cdcde

#7cdcde #de7cdc #dcde7c

Analogous Colors of #7cdcde

#7cdcde #7cabde #7cdeaf

Monochromatic Colors of #7cdcde

#7cdcde

Complementary Color

#7cdcde #de7e7c

#7cdcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cdcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cdcde Color CSS Codes

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

#7cdcde Text Font Color

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

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


#7cdcde Background Color

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

This div background color is #7cdcde


#7cdcde Border Color

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

This div border color is #7cdcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cdcde


Comments

No comments written yet.

Please login to write comment.