Color Hex Logo

#74ccdf Color Hex

#74CCDF
(116,204,223)
0 Favorites   0 Comments

Color spaces of #74ccdf

RGB 116204223
HSL0.530.630.66
HSV191°48°87°
CMYK 0.480.090.00   0.13
XYZ42.114652.226477.6731
Yxy52.22640.24480.3036
Hunter Lab72.2678-22.4466-13.1371
CIE-Lab77.4160-21.4712-17.6416

#74ccdf color RGB value is (116,204,223).

#74ccdf hex color red value is 116, green value is 204 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #74ccdf hue: 0.53 , saturation: 0.63 and the lightness value of 74ccdf is 0.66.

The process color (four color CMYK) of #74ccdf color hex is 0.48, 0.09, 0.00, 0.13. Web safe color of #74ccdf is #66cccc. Color #74ccdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11001100 11011111
Octal 164 314 337
Decimal 116 204 223
Hex 74 CC DF

RGB Percentages of Color #74ccdf

%21.36
%37.57
%41.07

CMYK Percentages of Color #74ccdf

%48
%9
%0
%13

Triadic Colors of #74ccdf

#74ccdf #df74cc #ccdf74

Analogous Colors of #74ccdf

#74ccdf #7497df #74dfbd

Monochromatic Colors of #74ccdf

#74ccdf

Complementary Color

#74ccdf #df8774

#74ccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74ccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#74ccdf Color CSS Codes

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

#74ccdf Text Font Color

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

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


#74ccdf Background Color

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

This div background color is #74ccdf


#74ccdf Border Color

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

This div border color is #74ccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74ccdf


Comments

No comments written yet.

Please login to write comment.