Color Hex Logo

#7cdbec Color Hex

#7CDBEC
(124,219,236)
0 Favorites   0 Comments

Color spaces of #7cdbec

RGB 124219236
HSL0.530.750.71
HSV189°47°93°
CMYK 0.470.070.00   0.07
XYZ48.784061.004388.5607
Yxy61.00430.24600.3076
Hunter Lab78.1052-25.1943-12.5531
CIE-Lab82.3811-23.7279-17.0686

#7cdbec color RGB value is (124,219,236).

#7cdbec hex color red value is 124, green value is 219 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7cdbec hue: 0.53 , saturation: 0.75 and the lightness value of 7cdbec is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11011011 11101100
Octal 174 333 354
Decimal 124 219 236
Hex 7C DB EC

RGB Percentages of Color #7cdbec

%21.42
%37.82
%40.76

CMYK Percentages of Color #7cdbec

%47
%7
%0
%7

Triadic Colors of #7cdbec

#7cdbec #ec7cdb #dbec7c

Analogous Colors of #7cdbec

#7cdbec #7ca3ec #7cecc5

Monochromatic Colors of #7cdbec

#7cdbec

Complementary Color

#7cdbec #ec8d7c

#7cdbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cdbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cdbec Color CSS Codes

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

#7cdbec Text Font Color

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

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


#7cdbec Background Color

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

This div background color is #7cdbec


#7cdbec Border Color

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

This div border color is #7cdbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cdbec


Comments

No comments written yet.

Please login to write comment.