Color Hex Logo

#7bcccd Color Hex

#7BCCCD
(123,204,205)
0 Favorites   0 Comments

Color spaces of #7bcccd

RGB 123204205
HSL0.500.450.64
HSV181°40°80°
CMYK 0.400.000.00   0.20
XYZ40.780751.804565.6075
Yxy51.80450.25780.3275
Hunter Lab71.9753-24.8201-3.6617
CIE-Lab77.1638-24.4517-8.2980

#7bcccd color RGB value is (123,204,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001100 11001101
Octal 173 314 315
Decimal 123 204 205
Hex 7B CC CD

RGB Percentages of Color #7bcccd

%23.12
%38.35
%38.53

CMYK Percentages of Color #7bcccd

%40
%0
%0
%20

Triadic Colors of #7bcccd

#7bcccd #cd7bcc #cccd7b

Analogous Colors of #7bcccd

#7bcccd #7ba3cd #7bcda5

Monochromatic Colors of #7bcccd

#7bcccd

Complementary Color

#7bcccd #cd7c7b

#7bcccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcccd Color CSS Codes

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

#7bcccd Text Font Color

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

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


#7bcccd Background Color

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

This div background color is #7bcccd


#7bcccd Border Color

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

This div border color is #7bcccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcccd


Comments

No comments written yet.

Please login to write comment.