Color Hex Logo

#7ccdbe Color Hex

#7CCDBE
(124,205,190)
0 Favorites   0 Comments

Color spaces of #7ccdbe

RGB 124205190
HSL0.470.450.65
HSV169°40°80°
CMYK 0.400.000.07   0.20
XYZ39.437851.665456.6090
Yxy51.66540.26700.3498
Hunter Lab71.8786-27.84973.6204
CIE-Lab77.0803-28.2777-0.3361

#7ccdbe color RGB value is (124,205,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001101 10111110
Octal 174 315 276
Decimal 124 205 190
Hex 7C CD BE

RGB Percentages of Color #7ccdbe

%23.89
%39.50
%36.61

CMYK Percentages of Color #7ccdbe

%40
%0
%7
%20

Triadic Colors of #7ccdbe

#7ccdbe #be7ccd #cdbe7c

Analogous Colors of #7ccdbe

#7ccdbe #7cb4cd #7ccd96

Monochromatic Colors of #7ccdbe

#7ccdbe

Complementary Color

#7ccdbe #cd7c8b

#7ccdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccdbe Color CSS Codes

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

#7ccdbe Text Font Color

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

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


#7ccdbe Background Color

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

This div background color is #7ccdbe


#7ccdbe Border Color

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

This div border color is #7ccdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccdbe


Comments

No comments written yet.

Please login to write comment.