Color Hex Logo

#7bcadd Color Hex

#7BCADD
(123,202,221)
0 Favorites   0 Comments

Color spaces of #7bcadd

RGB 123202221
HSL0.530.590.67
HSV192°44°87°
CMYK 0.440.090.00   0.13
XYZ42.340151.672576.1488
Yxy51.67250.24880.3037
Hunter Lab71.8836-20.6581-12.4895
CIE-Lab77.0846-19.3635-17.0363

#7bcadd color RGB value is (123,202,221).

#7bcadd hex color red value is 123, green value is 202 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7bcadd hue: 0.53 , saturation: 0.59 and the lightness value of 7bcadd is 0.67.

The process color (four color CMYK) of #7bcadd color hex is 0.44, 0.09, 0.00, 0.13. Web safe color of #7bcadd is #66cccc. Color #7bcadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001010 11011101
Octal 173 312 335
Decimal 123 202 221
Hex 7B CA DD

RGB Percentages of Color #7bcadd

%22.53
%37.00
%40.48

CMYK Percentages of Color #7bcadd

%44
%9
%0
%13

Triadic Colors of #7bcadd

#7bcadd #dd7bca #cadd7b

Analogous Colors of #7bcadd

#7bcadd #7b99dd #7bddbf

Monochromatic Colors of #7bcadd

#7bcadd

Complementary Color

#7bcadd #dd8e7b

#7bcadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcadd Color CSS Codes

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

#7bcadd Text Font Color

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

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


#7bcadd Background Color

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

This div background color is #7bcadd


#7bcadd Border Color

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

This div border color is #7bcadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcadd


Comments

No comments written yet.

Please login to write comment.