Color Hex Logo

#74cedb Color Hex

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

Color spaces of #74cedb

RGB 116206219
HSL0.520.590.66
HSV188°47°86°
CMYK 0.470.060.00   0.14
XYZ42.059952.970175.0253
Yxy52.97010.24730.3115
Hunter Lab72.7806-24.2108-10.1723
CIE-Lab77.8573-23.5385-14.8266

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

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

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

Base Numbers

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

RGB Percentages of Color #74cedb

%21.44
%38.08
%40.48

CMYK Percentages of Color #74cedb

%47
%6
%0
%14

Triadic Colors of #74cedb

#74cedb #db74ce #cedb74

Analogous Colors of #74cedb

#74cedb #749bdb #74dbb5

Monochromatic Colors of #74cedb

#74cedb

Complementary Color

#74cedb #db8174

#74cedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74cedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#74cedb Color CSS Codes

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

#74cedb Text Font Color

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

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


#74cedb Background Color

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

This div background color is #74cedb


#74cedb Border Color

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

This div border color is #74cedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74cedb


Comments

No comments written yet.

Please login to write comment.