Color Hex Logo

#7cd1eb Color Hex

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

Color spaces of #7cd1eb

RGB 124209235
HSL0.540.740.70
HSV194°47°92°
CMYK 0.470.110.00   0.08
XYZ46.108055.884286.9538
Yxy55.88420.24400.2958
Hunter Lab74.7557-20.7269-16.6355
CIE-Lab79.5479-18.9739-20.8174

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

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

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

Base Numbers

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

RGB Percentages of Color #7cd1eb

%21.83
%36.80
%41.37

CMYK Percentages of Color #7cd1eb

%47
%11
%0
%8

Triadic Colors of #7cd1eb

#7cd1eb #eb7cd1 #d1eb7c

Analogous Colors of #7cd1eb

#7cd1eb #7c9aeb #7cebce

Monochromatic Colors of #7cd1eb

#7cd1eb

Complementary Color

#7cd1eb #eb967c

#7cd1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cd1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cd1eb Color CSS Codes

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

#7cd1eb Text Font Color

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

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


#7cd1eb Background Color

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

This div background color is #7cd1eb


#7cd1eb Border Color

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

This div border color is #7cd1eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cd1eb


Comments

No comments written yet.

Please login to write comment.