Color Hex Logo

#7cdedb Color Hex

#7CDEDB
(124,222,219)
0 Favorites   0 Comments

Color spaces of #7cdedb

RGB 124222219
HSL0.490.600.68
HSV178°44°87°
CMYK 0.440.000.01   0.13
XYZ47.219661.642176.4272
Yxy61.64210.25480.3327
Hunter Lab78.5125-30.0420-2.7565
CIE-Lab82.7227-29.5264-7.5315

#7cdedb color RGB value is (124,222,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11011110 11011011
Octal 174 336 333
Decimal 124 222 219
Hex 7C DE DB

RGB Percentages of Color #7cdedb

%21.95
%39.29
%38.76

CMYK Percentages of Color #7cdedb

%44
%0
%1
%13

Triadic Colors of #7cdedb

#7cdedb #db7cde #dedb7c

Analogous Colors of #7cdedb

#7cdedb #7cb0de #7cdeaa

Monochromatic Colors of #7cdedb

#7cdedb

Complementary Color

#7cdedb #de7c7f

#7cdedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cdedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cdedb Color CSS Codes

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

#7cdedb Text Font Color

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

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


#7cdedb Background Color

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

This div background color is #7cdedb


#7cdedb Border Color

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

This div border color is #7cdedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cdedb


Comments

No comments written yet.

Please login to write comment.