Color Hex Logo

#7cbecb Color Hex

#7CBECB
(124,190,203)
0 Favorites   0 Comments

Color spaces of #7cbecb

RGB 124190203
HSL0.530.430.64
HSV190°39°80°
CMYK 0.390.060.00   0.20
XYZ37.505145.423863.2909
Yxy45.42380.25650.3107
Hunter Lab67.3972-18.6136-8.4996
CIE-Lab73.1701-17.6174-13.1716

#7cbecb color RGB value is (124,190,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111110 11001011
Octal 174 276 313
Decimal 124 190 203
Hex 7C BE CB

RGB Percentages of Color #7cbecb

%23.98
%36.75
%39.26

CMYK Percentages of Color #7cbecb

%39
%6
%0
%20

Triadic Colors of #7cbecb

#7cbecb #cb7cbe #becb7c

Analogous Colors of #7cbecb

#7cbecb #7c97cb #7ccbb1

Monochromatic Colors of #7cbecb

#7cbecb

Complementary Color

#7cbecb #cb897c

#7cbecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbecb Color CSS Codes

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

#7cbecb Text Font Color

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

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


#7cbecb Background Color

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

This div background color is #7cbecb


#7cbecb Border Color

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

This div border color is #7cbecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbecb


Comments

No comments written yet.

Please login to write comment.