Color Hex Logo

#7bcccc Color Hex

#7BCCCC
(123,204,204)
0 Favorites   0 Comments

Color spaces of #7bcccc

RGB 123204204
HSL0.500.440.64
HSV180°40°80°
CMYK 0.400.000.00   0.20
XYZ40.660351.756364.9737
Yxy51.75630.25830.3288
Hunter Lab71.9419-25.0131-3.1880
CIE-Lab77.1349-24.6986-7.8021

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

#7bcccc hex color red value is 123, green value is 204 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7bcccc hue: 0.50 , saturation: 0.44 and the lightness value of 7bcccc is 0.64.

The process color (four color CMYK) of #7bcccc color hex is 0.40, 0.00, 0.00, 0.20. Web safe color of #7bcccc is #66cccc. Color #7bcccc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001100 11001100
Octal 173 314 314
Decimal 123 204 204
Hex 7B CC CC

RGB Percentages of Color #7bcccc

%23.16
%38.42
%38.42

CMYK Percentages of Color #7bcccc

%40
%0
%0
%20

Triadic Colors of #7bcccc

#7bcccc #cc7bcc #cccc7b

Analogous Colors of #7bcccc

#7bcccc #7ba4cc #7bcca4

Monochromatic Colors of #7bcccc

#7bcccc

Complementary Color

#7bcccc #cc7b7b

#7bcccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcccc Color CSS Codes

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

#7bcccc Text Font Color

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

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


#7bcccc Background Color

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

This div background color is #7bcccc


#7bcccc Border Color

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

This div border color is #7bcccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcccc


Comments

No comments written yet.

Please login to write comment.