Color Hex Logo

#7cdcdf Color Hex

#7CDCDF
(124,220,223)
0 Favorites   0 Comments

Color spaces of #7cdcdf

RGB 124220223
HSL0.510.610.68
HSV182°44°87°
CMYK 0.440.010.00   0.13
XYZ47.224760.799279.0585
Yxy60.79920.25240.3250
Hunter Lab77.9738-28.3461-5.5331
CIE-Lab82.2707-27.5637-10.3277

#7cdcdf color RGB value is (124,220,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11011100 11011111
Octal 174 334 337
Decimal 124 220 223
Hex 7C DC DF

RGB Percentages of Color #7cdcdf

%21.87
%38.80
%39.33

CMYK Percentages of Color #7cdcdf

%44
%1
%0
%13

Triadic Colors of #7cdcdf

#7cdcdf #df7cdc #dcdf7c

Analogous Colors of #7cdcdf

#7cdcdf #7cabdf #7cdfb1

Monochromatic Colors of #7cdcdf

#7cdcdf

Complementary Color

#7cdcdf #df7f7c

#7cdcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cdcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cdcdf Color CSS Codes

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

#7cdcdf Text Font Color

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

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


#7cdcdf Background Color

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

This div background color is #7cdcdf


#7cdcdf Border Color

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

This div border color is #7cdcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cdcdf


Comments

No comments written yet.

Please login to write comment.