Color Hex Logo

#7cbbec Color Hex

#7CBBEC
(124,187,236)
0 Favorites   0 Comments

Color spaces of #7cbbec

RGB 124187236
HSL0.570.750.71
HSV206°47°93°
CMYK 0.470.210.00   0.07
XYZ41.222845.881986.0403
Yxy45.88190.23810.2650
Hunter Lab67.7362-9.9070-27.8964
CIE-Lab73.4688-7.1673-30.6464

#7cbbec color RGB value is (124,187,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111011 11101100
Octal 174 273 354
Decimal 124 187 236
Hex 7C BB EC

RGB Percentages of Color #7cbbec

%22.67
%34.19
%43.14

CMYK Percentages of Color #7cbbec

%47
%21
%0
%7

Triadic Colors of #7cbbec

#7cbbec #ec7cbb #bbec7c

Analogous Colors of #7cbbec

#7cbbec #7c83ec #7cece5

Monochromatic Colors of #7cbbec

#7cbbec

Complementary Color

#7cbbec #ecad7c

#7cbbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbbec Color CSS Codes

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

#7cbbec Text Font Color

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

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


#7cbbec Background Color

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

This div background color is #7cbbec


#7cbbec Border Color

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

This div border color is #7cbbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbbec


Comments

No comments written yet.

Please login to write comment.