Color Hex Logo

#7bdccc Color Hex

#7BDCCC
(123,220,204)
0 Favorites   0 Comments

Color spaces of #7bdccc

RGB 123220204
HSL0.470.580.67
HSV170°44°86°
CMYK 0.440.000.07   0.14
XYZ44.660759.757066.3071
Yxy59.75700.26160.3500
Hunter Lab77.3027-32.15343.2553
CIE-Lab81.7059-32.4303-1.0650

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

#7bdccc hex color red value is 123, green value is 220 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7bdccc hue: 0.47 , saturation: 0.58 and the lightness value of 7bdccc is 0.67.

The process color (four color CMYK) of #7bdccc color hex is 0.44, 0.00, 0.07, 0.14. Web safe color of #7bdccc is #66cccc. Color #7bdccc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011100 11001100
Octal 173 334 314
Decimal 123 220 204
Hex 7B DC CC

RGB Percentages of Color #7bdccc

%22.49
%40.22
%37.29

CMYK Percentages of Color #7bdccc

%44
%0
%7
%14

Triadic Colors of #7bdccc

#7bdccc #cc7bdc #dccc7b

Analogous Colors of #7bdccc

#7bdccc #7bbcdc #7bdc9c

Monochromatic Colors of #7bdccc

#7bdccc

Complementary Color

#7bdccc #dc7b8b

#7bdccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bdccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bdccc Color CSS Codes

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

#7bdccc Text Font Color

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

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


#7bdccc Background Color

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

This div background color is #7bdccc


#7bdccc Border Color

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

This div border color is #7bdccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bdccc


Comments

No comments written yet.

Please login to write comment.