Color Hex Logo

#74bcda Color Hex

#74BCDA
(116,188,218)
0 Favorites   0 Comments

Color spaces of #74bcda

RGB 116188218
HSL0.550.580.65
HSV198°47°85°
CMYK 0.470.140.00   0.15
XYZ37.840644.741472.9712
Yxy44.74140.24330.2876
Hunter Lab66.8890-16.0744-17.8589
CIE-Lab72.7213-14.5927-22.0547

#74bcda color RGB value is (116,188,218).

#74bcda hex color red value is 116, green value is 188 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #74bcda hue: 0.55 , saturation: 0.58 and the lightness value of 74bcda is 0.65.

The process color (four color CMYK) of #74bcda color hex is 0.47, 0.14, 0.00, 0.15. Web safe color of #74bcda is #66cccc. Color #74bcda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111100 11011010
Octal 164 274 332
Decimal 116 188 218
Hex 74 BC DA

RGB Percentages of Color #74bcda

%22.22
%36.02
%41.76

CMYK Percentages of Color #74bcda

%47
%14
%0
%15

Triadic Colors of #74bcda

#74bcda #da74bc #bcda74

Analogous Colors of #74bcda

#74bcda #7489da #74dac5

Monochromatic Colors of #74bcda

#74bcda

Complementary Color

#74bcda #da9274

#74bcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74bcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#74bcda Color CSS Codes

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

#74bcda Text Font Color

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

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


#74bcda Background Color

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

This div background color is #74bcda


#74bcda Border Color

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

This div border color is #74bcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74bcda


Comments

No comments written yet.

Please login to write comment.