Color Hex Logo

#74bbdb Color Hex

#74BBDB
(116,187,219)
0 Favorites   0 Comments

Color spaces of #74bbdb

RGB 116187219
HSL0.550.590.66
HSV199°47°86°
CMYK 0.470.150.00   0.14
XYZ37.759044.368173.5916
Yxy44.36810.24250.2849
Hunter Lab66.6094-15.3798-18.8784
CIE-Lab72.4739-13.7907-22.9760

#74bbdb color RGB value is (116,187,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111011 11011011
Octal 164 273 333
Decimal 116 187 219
Hex 74 BB DB

RGB Percentages of Color #74bbdb

%22.22
%35.82
%41.95

CMYK Percentages of Color #74bbdb

%47
%15
%0
%14

Triadic Colors of #74bbdb

#74bbdb #db74bb #bbdb74

Analogous Colors of #74bbdb

#74bbdb #7488db #74dbc8

Monochromatic Colors of #74bbdb

#74bbdb

Complementary Color

#74bbdb #db9474

#74bbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74bbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#74bbdb Color CSS Codes

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

#74bbdb Text Font Color

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

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


#74bbdb Background Color

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

This div background color is #74bbdb


#74bbdb Border Color

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

This div border color is #74bbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74bbdb


Comments

No comments written yet.

Please login to write comment.