Color Hex Logo

#7cebd1 Color Hex

#7CEBD1
(124,235,209)
0 Favorites   0 Comments

Color spaces of #7cebd1

RGB 124235209
HSL0.460.740.70
HSV166°47°92°
CMYK 0.470.000.11   0.08
XYZ49.529168.305270.8954
Yxy68.30520.26240.3619
Hunter Lab82.6470-37.65986.9933
CIE-Lab86.1588-37.98362.7891

#7cebd1 color RGB value is (124,235,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101011 11010001
Octal 174 353 321
Decimal 124 235 209
Hex 7C EB D1

RGB Percentages of Color #7cebd1

%21.83
%41.37
%36.80

CMYK Percentages of Color #7cebd1

%47
%0
%11
%8

Triadic Colors of #7cebd1

#7cebd1 #d17ceb #ebd17c

Analogous Colors of #7cebd1

#7cebd1 #7cceeb #7ceb9a

Monochromatic Colors of #7cebd1

#7cebd1

Complementary Color

#7cebd1 #eb7c96

#7cebd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cebd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cebd1 Color CSS Codes

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

#7cebd1 Text Font Color

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

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


#7cebd1 Background Color

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

This div background color is #7cebd1


#7cebd1 Border Color

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

This div border color is #7cebd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cebd1


Comments

No comments written yet.

Please login to write comment.