Color Hex Logo

#7bcecd Color Hex

#7BCECD
(123,206,205)
0 Favorites   0 Comments

Color spaces of #7bcecd

RGB 123206205
HSL0.500.460.65
HSV179°40°81°
CMYK 0.400.000.00   0.19
XYZ41.259152.761365.7670
Yxy52.76130.25820.3302
Hunter Lab72.6370-25.7235-2.8365
CIE-Lab77.7339-25.4399-7.4519

#7bcecd color RGB value is (123,206,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001110 11001101
Octal 173 316 315
Decimal 123 206 205
Hex 7B CE CD

RGB Percentages of Color #7bcecd

%23.03
%38.58
%38.39

CMYK Percentages of Color #7bcecd

%40
%0
%0
%19

Triadic Colors of #7bcecd

#7bcecd #cd7bce #cecd7b

Analogous Colors of #7bcecd

#7bcecd #7ba6ce #7bcea4

Monochromatic Colors of #7bcecd

#7bcecd

Complementary Color

#7bcecd #ce7b7c

#7bcecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcecd Color CSS Codes

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

#7bcecd Text Font Color

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

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


#7bcecd Background Color

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

This div background color is #7bcecd


#7bcecd Border Color

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

This div border color is #7bcecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcecd


Comments

No comments written yet.

Please login to write comment.