Color Hex Logo

#7bcacc Color Hex

#7BCACC
(123,202,204)
0 Favorites   0 Comments

Color spaces of #7bcacc

RGB 123202204
HSL0.500.440.64
HSV181°40°80°
CMYK 0.400.010.00   0.20
XYZ40.188050.811664.8162
Yxy50.81160.25790.3261
Hunter Lab71.2823-24.1080-4.0142
CIE-Lab76.5647-23.7055-8.6489

#7bcacc color RGB value is (123,202,204).

#7bcacc hex color red value is 123, green value is 202 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7bcacc hue: 0.50 , saturation: 0.44 and the lightness value of 7bcacc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001010 11001100
Octal 173 312 314
Decimal 123 202 204
Hex 7B CA CC

RGB Percentages of Color #7bcacc

%23.25
%38.19
%38.56

CMYK Percentages of Color #7bcacc

%40
%1
%0
%20

Triadic Colors of #7bcacc

#7bcacc #cc7bca #cacc7b

Analogous Colors of #7bcacc

#7bcacc #7ba2cc #7bcca6

Monochromatic Colors of #7bcacc

#7bcacc

Complementary Color

#7bcacc #cc7d7b

#7bcacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcacc Color CSS Codes

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

#7bcacc Text Font Color

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

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


#7bcacc Background Color

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

This div background color is #7bcacc


#7bcacc Border Color

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

This div border color is #7bcacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcacc


Comments

No comments written yet.

Please login to write comment.