Color Hex Logo

#74bbdc Color Hex

#74BBDC
(116,187,220)
0 Favorites   0 Comments

Color spaces of #74bbdc

RGB 116187220
HSL0.550.600.66
HSV199°47°86°
CMYK 0.470.150.00   0.14
XYZ37.891144.421074.2872
Yxy44.42100.24200.2837
Hunter Lab66.6491-15.1557-19.4304
CIE-Lab72.5090-13.5141-23.4666

#74bbdc color RGB value is (116,187,220).

#74bbdc hex color red value is 116, green value is 187 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #74bbdc hue: 0.55 , saturation: 0.60 and the lightness value of 74bbdc is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111011 11011100
Octal 164 273 334
Decimal 116 187 220
Hex 74 BB DC

RGB Percentages of Color #74bbdc

%22.18
%35.76
%42.07

CMYK Percentages of Color #74bbdc

%47
%15
%0
%14

Triadic Colors of #74bbdc

#74bbdc #dc74bb #bbdc74

Analogous Colors of #74bbdc

#74bbdc #7487dc #74dcc9

Monochromatic Colors of #74bbdc

#74bbdc

Complementary Color

#74bbdc #dc9574

#74bbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74bbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#74bbdc Color CSS Codes

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

#74bbdc Text Font Color

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

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


#74bbdc Background Color

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

This div background color is #74bbdc


#74bbdc Border Color

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

This div border color is #74bbdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,187,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 #74bbdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74bbdc


Comments

No comments written yet.

Please login to write comment.