Color Hex Logo

#7beacc Color Hex

#7BEACC
(123,234,204)
0 Favorites   0 Comments

Color spaces of #7beacc

RGB 123234204
HSL0.450.730.70
HSV164°47°92°
CMYK 0.470.000.13   0.08
XYZ48.490367.416267.5837
Yxy67.41620.26430.3674
Hunter Lab82.1074-38.27088.6727
CIE-Lab85.7137-38.89774.7639

#7beacc color RGB value is (123,234,204).

#7beacc hex color red value is 123, green value is 234 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7beacc hue: 0.45 , saturation: 0.73 and the lightness value of 7beacc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11101010 11001100
Octal 173 352 314
Decimal 123 234 204
Hex 7B EA CC

RGB Percentages of Color #7beacc

%21.93
%41.71
%36.36

CMYK Percentages of Color #7beacc

%47
%0
%13
%8

Triadic Colors of #7beacc

#7beacc #cc7bea #eacc7b

Analogous Colors of #7beacc

#7beacc #7bd1ea #7bea95

Monochromatic Colors of #7beacc

#7beacc

Complementary Color

#7beacc #ea7b99

#7beacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7beacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7beacc Color CSS Codes

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

#7beacc Text Font Color

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

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


#7beacc Background Color

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

This div background color is #7beacc


#7beacc Border Color

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

This div border color is #7beacc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(123,234,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7beacc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7beacc;
  -webkit-box-shadow: 1px 1px 3px 2px #7beacc;
  box-shadow:         1px 1px 3px 2px #7beacc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,234,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7beacc


Comments

No comments written yet.

Please login to write comment.