Color Hex Logo

#7cdddf Color Hex

#7CDDDF
(124,221,223)
0 Favorites   0 Comments

Color spaces of #7cdddf

RGB 124221223
HSL0.500.610.68
HSV181°44°87°
CMYK 0.440.010.00   0.13
XYZ47.487961.325779.1462
Yxy61.32570.25260.3263
Hunter Lab78.3107-28.8007-5.1050
CIE-Lab82.5535-28.0485-9.9065

#7cdddf color RGB value is (124,221,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11011101 11011111
Octal 174 335 337
Decimal 124 221 223
Hex 7C DD DF

RGB Percentages of Color #7cdddf

%21.83
%38.91
%39.26

CMYK Percentages of Color #7cdddf

%44
%1
%0
%13

Triadic Colors of #7cdddf

#7cdddf #df7cdd #dddf7c

Analogous Colors of #7cdddf

#7cdddf #7cacdf #7cdfb0

Monochromatic Colors of #7cdddf

#7cdddf

Complementary Color

#7cdddf #df7e7c

#7cdddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cdddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cdddf Color CSS Codes

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

#7cdddf Text Font Color

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

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


#7cdddf Background Color

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

This div background color is #7cdddf


#7cdddf Border Color

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

This div border color is #7cdddf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,221,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 #7cdddf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cdddf


Comments

No comments written yet.

Please login to write comment.