Color Hex Logo

#7cebdb Color Hex

#7CEBDB
(124,235,219)
0 Favorites   0 Comments

Color spaces of #7cebdb

RGB 124235219
HSL0.480.740.70
HSV171°47°92°
CMYK 0.470.000.07   0.08
XYZ50.806768.816277.6229
Yxy68.81620.25760.3489
Hunter Lab82.9555-35.84862.5902
CIE-Lab86.4130-35.6487-2.0911

#7cebdb color RGB value is (124,235,219).

#7cebdb hex color red value is 124, green value is 235 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7cebdb hue: 0.48 , saturation: 0.74 and the lightness value of 7cebdb is 0.70.

The process color (four color CMYK) of #7cebdb color hex is 0.47, 0.00, 0.07, 0.08. Web safe color of #7cebdb is #66ffcc. Color #7cebdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101011 11011011
Octal 174 353 333
Decimal 124 235 219
Hex 7C EB DB

RGB Percentages of Color #7cebdb

%21.45
%40.66
%37.89

CMYK Percentages of Color #7cebdb

%47
%0
%7
%8

Triadic Colors of #7cebdb

#7cebdb #db7ceb #ebdb7c

Analogous Colors of #7cebdb

#7cebdb #7cc4eb #7ceba4

Monochromatic Colors of #7cebdb

#7cebdb

Complementary Color

#7cebdb #eb7c8c

#7cebdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cebdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cebdb Color CSS Codes

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

#7cebdb Text Font Color

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

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


#7cebdb Background Color

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

This div background color is #7cebdb


#7cebdb Border Color

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

This div border color is #7cebdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cebdb


Comments

No comments written yet.

Please login to write comment.