Color Hex Logo

#7bcdcb Color Hex

#7BCDCB
(123,205,203)
0 Favorites   0 Comments

Color spaces of #7bcdcb

RGB 123205203
HSL0.500.450.64
HSV179°40°80°
CMYK 0.400.000.01   0.20
XYZ40.779252.185464.4234
Yxy52.18540.25910.3316
Hunter Lab72.2395-25.6558-2.3074
CIE-Lab77.3916-25.4381-6.8828

#7bcdcb color RGB value is (123,205,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001101 11001011
Octal 173 315 313
Decimal 123 205 203
Hex 7B CD CB

RGB Percentages of Color #7bcdcb

%23.16
%38.61
%38.23

CMYK Percentages of Color #7bcdcb

%40
%0
%1
%20

Triadic Colors of #7bcdcb

#7bcdcb #cb7bcd #cdcb7b

Analogous Colors of #7bcdcb

#7bcdcb #7ba6cd #7bcda2

Monochromatic Colors of #7bcdcb

#7bcdcb

Complementary Color

#7bcdcb #cd7b7d

#7bcdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcdcb Color CSS Codes

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

#7bcdcb Text Font Color

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

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


#7bcdcb Background Color

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

This div background color is #7bcdcb


#7bcdcb Border Color

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

This div border color is #7bcdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcdcb


Comments

No comments written yet.

Please login to write comment.