Color Hex Logo

#7bcadc Color Hex

#7BCADC
(123,202,220)
0 Favorites   0 Comments

Color spaces of #7bcadc

RGB 123202220
HSL0.530.580.67
HSV191°44°86°
CMYK 0.440.080.00   0.14
XYZ42.207251.619375.4491
Yxy51.61930.24930.3049
Hunter Lab71.8466-20.8694-11.9703
CIE-Lab77.0526-19.6257-16.5460

#7bcadc color RGB value is (123,202,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001010 11011100
Octal 173 312 334
Decimal 123 202 220
Hex 7B CA DC

RGB Percentages of Color #7bcadc

%22.57
%37.06
%40.37

CMYK Percentages of Color #7bcadc

%44
%8
%0
%14

Triadic Colors of #7bcadc

#7bcadc #dc7bca #cadc7b

Analogous Colors of #7bcadc

#7bcadc #7b9adc #7bdcbe

Monochromatic Colors of #7bcadc

#7bcadc

Complementary Color

#7bcadc #dc8d7b

#7bcadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcadc Color CSS Codes

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

#7bcadc Text Font Color

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

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


#7bcadc Background Color

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

This div background color is #7bcadc


#7bcadc Border Color

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

This div border color is #7bcadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcadc


Comments

No comments written yet.

Please login to write comment.