Color Hex Logo

#7bcbc8 Color Hex

#7BCBC8
(123,203,200)
0 Favorites   0 Comments

Color spaces of #7bcbc8

RGB 123203200
HSL0.490.430.64
HSV178°39°80°
CMYK 0.390.000.01   0.20
XYZ39.949651.093062.3999
Yxy51.09300.26040.3330
Hunter Lab71.4794-25.3258-1.7233
CIE-Lab76.7353-25.1842-6.2377

#7bcbc8 color RGB value is (123,203,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001011 11001000
Octal 173 313 310
Decimal 123 203 200
Hex 7B CB C8

RGB Percentages of Color #7bcbc8

%23.38
%38.59
%38.02

CMYK Percentages of Color #7bcbc8

%39
%0
%1
%20

Triadic Colors of #7bcbc8

#7bcbc8 #c87bcb #cbc87b

Analogous Colors of #7bcbc8

#7bcbc8 #7ba6cb #7bcba0

Monochromatic Colors of #7bcbc8

#7bcbc8

Complementary Color

#7bcbc8 #cb7b7e

#7bcbc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcbc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcbc8 Color CSS Codes

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

#7bcbc8 Text Font Color

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

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


#7bcbc8 Background Color

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

This div background color is #7bcbc8


#7bcbc8 Border Color

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

This div border color is #7bcbc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcbc8


Comments

No comments written yet.

Please login to write comment.