Color Hex Logo

#7bcccb Color Hex

#7BCCCB
(123,204,203)
0 Favorites   0 Comments

Color spaces of #7bcccb

RGB 123204203
HSL0.500.440.64
HSV179°40°80°
CMYK 0.400.000.00   0.20
XYZ40.540751.708564.3439
Yxy51.70850.25890.3302
Hunter Lab71.9086-25.2052-2.7167
CIE-Lab77.1062-24.9447-7.3057

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001100 11001011
Octal 173 314 313
Decimal 123 204 203
Hex 7B CC CB

RGB Percentages of Color #7bcccb

%23.21
%38.49
%38.30

CMYK Percentages of Color #7bcccb

%40
%0
%0
%20

Triadic Colors of #7bcccb

#7bcccb #cb7bcc #cccb7b

Analogous Colors of #7bcccb

#7bcccb #7ba5cc #7bcca3

Monochromatic Colors of #7bcccb

#7bcccb

Complementary Color

#7bcccb #cc7b7c

#7bcccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcccb Color CSS Codes

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

#7bcccb Text Font Color

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

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


#7bcccb Background Color

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

This div background color is #7bcccb


#7bcccb Border Color

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

This div border color is #7bcccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcccb


Comments

No comments written yet.

Please login to write comment.