Color Hex Logo

#7cbbcb Color Hex

#7CBBCB
(124,187,203)
0 Favorites   0 Comments

Color spaces of #7cbbcb

RGB 124187203
HSL0.530.430.64
HSV192°39°80°
CMYK 0.390.080.00   0.20
XYZ36.862044.137563.0765
Yxy44.13750.25590.3063
Hunter Lab66.4361-17.2225-9.7866
CIE-Lab72.3203-16.0628-14.4480

#7cbbcb color RGB value is (124,187,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111011 11001011
Octal 174 273 313
Decimal 124 187 203
Hex 7C BB CB

RGB Percentages of Color #7cbbcb

%24.12
%36.38
%39.49

CMYK Percentages of Color #7cbbcb

%39
%8
%0
%20

Triadic Colors of #7cbbcb

#7cbbcb #cb7cbb #bbcb7c

Analogous Colors of #7cbbcb

#7cbbcb #7c94cb #7ccbb4

Monochromatic Colors of #7cbbcb

#7cbbcb

Complementary Color

#7cbbcb #cb8c7c

#7cbbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbbcb Color CSS Codes

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

#7cbbcb Text Font Color

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

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


#7cbbcb Background Color

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

This div background color is #7cbbcb


#7cbbcb Border Color

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

This div border color is #7cbbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbbcb


Comments

No comments written yet.

Please login to write comment.