Color Hex Logo

#7cd0cb Color Hex

#7CD0CB
(124,208,203)
0 Favorites   0 Comments

Color spaces of #7cd0cb

RGB 124208203
HSL0.490.470.65
HSV176°40°82°
CMYK 0.400.000.02   0.18
XYZ41.647553.708664.6717
Yxy53.70860.26030.3356
Hunter Lab73.2862-26.8117-1.0204
CIE-Lab78.2915-26.6593-5.5466

#7cd0cb color RGB value is (124,208,203).

#7cd0cb hex color red value is 124, green value is 208 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7cd0cb hue: 0.49 , saturation: 0.47 and the lightness value of 7cd0cb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11010000 11001011
Octal 174 320 313
Decimal 124 208 203
Hex 7C D0 CB

RGB Percentages of Color #7cd0cb

%23.18
%38.88
%37.94

CMYK Percentages of Color #7cd0cb

%40
%0
%2
%18

Triadic Colors of #7cd0cb

#7cd0cb #cb7cd0 #d0cb7c

Analogous Colors of #7cd0cb

#7cd0cb #7cabd0 #7cd0a1

Monochromatic Colors of #7cd0cb

#7cd0cb

Complementary Color

#7cd0cb #d07c81

#7cd0cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cd0cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cd0cb Color CSS Codes

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

#7cd0cb Text Font Color

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

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


#7cd0cb Background Color

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

This div background color is #7cd0cb


#7cd0cb Border Color

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

This div border color is #7cd0cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cd0cb


Comments

No comments written yet.

Please login to write comment.