Color Hex Logo

#7bcecc Color Hex

#7BCECC
(123,206,204)
0 Favorites   0 Comments

Color spaces of #7bcecc

RGB 123206204
HSL0.500.460.65
HSV179°40°81°
CMYK 0.400.000.01   0.19
XYZ41.138852.713265.1332
Yxy52.71320.25880.3316
Hunter Lab72.6039-25.9151-2.3666
CIE-Lab77.7054-25.6854-6.9562

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001110 11001100
Octal 173 316 314
Decimal 123 206 204
Hex 7B CE CC

RGB Percentages of Color #7bcecc

%23.08
%38.65
%38.27

CMYK Percentages of Color #7bcecc

%40
%0
%1
%19

Triadic Colors of #7bcecc

#7bcecc #cc7bce #cecc7b

Analogous Colors of #7bcecc

#7bcecc #7ba7ce #7bcea3

Monochromatic Colors of #7bcecc

#7bcecc

Complementary Color

#7bcecc #ce7b7d

#7bcecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcecc Color CSS Codes

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

#7bcecc Text Font Color

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

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


#7bcecc Background Color

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

This div background color is #7bcecc


#7bcecc Border Color

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

This div border color is #7bcecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcecc


Comments

No comments written yet.

Please login to write comment.