Color Hex Logo

#74adcb Color Hex

#74ADCB
(116,173,203)
0 Favorites   0 Comments

Color spaces of #74adcb

RGB 116173203
HSL0.560.460.63
HSV201°43°80°
CMYK 0.430.150.00   0.20
XYZ32.925537.911962.0823
Yxy37.91190.24770.2852
Hunter Lab61.5726-12.3006-16.6799
CIE-Lab67.9556-10.7207-21.0927

#74adcb color RGB value is (116,173,203).

#74adcb hex color red value is 116, green value is 173 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #74adcb hue: 0.56 , saturation: 0.46 and the lightness value of 74adcb is 0.63.

The process color (four color CMYK) of #74adcb color hex is 0.43, 0.15, 0.00, 0.20. Web safe color of #74adcb is #6699cc. Color #74adcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101101 11001011
Octal 164 255 313
Decimal 116 173 203
Hex 74 AD CB

RGB Percentages of Color #74adcb

%23.58
%35.16
%41.26

CMYK Percentages of Color #74adcb

%43
%15
%0
%20

Triadic Colors of #74adcb

#74adcb #cb74ad #adcb74

Analogous Colors of #74adcb

#74adcb #7482cb #74cbbe

Monochromatic Colors of #74adcb

#74adcb

Complementary Color

#74adcb #cb9274

#74adcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74adcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#74adcb Color CSS Codes

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

#74adcb Text Font Color

<p style="color:#74adcb">Text here</p>

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


#74adcb Background Color

<div style="background-color:#74adcb">
Div content here</div>

This div background color is #74adcb


#74adcb Border Color

<div style="border:3px solid #74adcb">
Div here</div>

This div border color is #74adcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,173,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74adcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74adcb;
  -webkit-box-shadow: 1px 1px 3px 2px #74adcb;
  box-shadow:         1px 1px 3px 2px #74adcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,173,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74adcb


Comments

No comments written yet.

Please login to write comment.