Color Hex Logo

#74dbce Color Hex

#74DBCE
(116,219,206)
0 Favorites   0 Comments

Color spaces of #74dbce

RGB 116219206
HSL0.480.590.66
HSV172°47°86°
CMYK 0.470.000.06   0.14
XYZ43.674658.832367.4464
Yxy58.83230.25700.3462
Hunter Lab76.7022-32.59011.5562
CIE-Lab81.1993-33.1289-2.9039

#74dbce color RGB value is (116,219,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11011011 11001110
Octal 164 333 316
Decimal 116 219 206
Hex 74 DB CE

RGB Percentages of Color #74dbce

%21.44
%40.48
%38.08

CMYK Percentages of Color #74dbce

%47
%0
%6
%14

Triadic Colors of #74dbce

#74dbce #ce74db #dbce74

Analogous Colors of #74dbce

#74dbce #74b5db #74db9b

Monochromatic Colors of #74dbce

#74dbce

Complementary Color

#74dbce #db7481

#74dbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74dbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#74dbce Color CSS Codes

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

#74dbce Text Font Color

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

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


#74dbce Background Color

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

This div background color is #74dbce


#74dbce Border Color

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

This div border color is #74dbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74dbce


Comments

No comments written yet.

Please login to write comment.