Color Hex Logo

#7bcad5 Color Hex

#7BCAD5
(123,202,213)
0 Favorites   0 Comments

Color spaces of #7bcad5

RGB 123202213
HSL0.520.520.66
HSV187°42°84°
CMYK 0.420.050.00   0.16
XYZ41.299151.256170.6675
Yxy51.25610.25300.3140
Hunter Lab71.5934-22.3195-8.4079
CIE-Lab76.8339-21.4384-13.1025

#7bcad5 color RGB value is (123,202,213).

#7bcad5 hex color red value is 123, green value is 202 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #7bcad5 hue: 0.52 , saturation: 0.52 and the lightness value of 7bcad5 is 0.66.

The process color (four color CMYK) of #7bcad5 color hex is 0.42, 0.05, 0.00, 0.16. Web safe color of #7bcad5 is #66cccc. Color #7bcad5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001010 11010101
Octal 173 312 325
Decimal 123 202 213
Hex 7B CA D5

RGB Percentages of Color #7bcad5

%22.86
%37.55
%39.59

CMYK Percentages of Color #7bcad5

%42
%5
%0
%16

Triadic Colors of #7bcad5

#7bcad5 #d57bca #cad57b

Analogous Colors of #7bcad5

#7bcad5 #7b9dd5 #7bd5b3

Monochromatic Colors of #7bcad5

#7bcad5

Complementary Color

#7bcad5 #d5867b

#7bcad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcad5 Color CSS Codes

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

#7bcad5 Text Font Color

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

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


#7bcad5 Background Color

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

This div background color is #7bcad5


#7bcad5 Border Color

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

This div border color is #7bcad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcad5


Comments

No comments written yet.

Please login to write comment.