Color Hex Logo

#7bcebd Color Hex

#7BCEBD
(123,206,189)
0 Favorites   0 Comments

Color spaces of #7bcebd

RGB 123206189
HSL0.470.460.65
HSV168°40°81°
CMYK 0.400.000.08   0.19
XYZ39.425052.027756.1085
Yxy52.02770.26720.3526
Hunter Lab72.1302-28.66324.3708
CIE-Lab77.2974-29.25360.5135

#7bcebd color RGB value is (123,206,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001110 10111101
Octal 173 316 275
Decimal 123 206 189
Hex 7B CE BD

RGB Percentages of Color #7bcebd

%23.75
%39.77
%36.49

CMYK Percentages of Color #7bcebd

%40
%0
%8
%19

Triadic Colors of #7bcebd

#7bcebd #bd7bce #cebd7b

Analogous Colors of #7bcebd

#7bcebd #7bb6ce #7bce94

Monochromatic Colors of #7bcebd

#7bcebd

Complementary Color

#7bcebd #ce7b8c

#7bcebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcebd Color CSS Codes

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

#7bcebd Text Font Color

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

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


#7bcebd Background Color

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

This div background color is #7bcebd


#7bcebd Border Color

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

This div border color is #7bcebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcebd


Comments

No comments written yet.

Please login to write comment.