Color Hex Logo

#74cccf Color Hex

#74CCCF
(116,204,207)
0 Favorites   0 Comments

Color spaces of #74cccf

RGB 116204207
HSL0.510.490.63
HSV182°44°81°
CMYK 0.440.010.00   0.19
XYZ40.057851.403766.8421
Yxy51.40370.25300.3247
Hunter Lab71.6964-25.7381-5.0883
CIE-Lab76.9229-25.6550-9.7663

#74cccf color RGB value is (116,204,207).

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

The process color (four color CMYK) of #74cccf color hex is 0.44, 0.01, 0.00, 0.19. Web safe color of #74cccf is #66cccc. Color #74cccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11001100 11001111
Octal 164 314 317
Decimal 116 204 207
Hex 74 CC CF

RGB Percentages of Color #74cccf

%22.01
%38.71
%39.28

CMYK Percentages of Color #74cccf

%44
%1
%0
%19

Triadic Colors of #74cccf

#74cccf #cf74cc #cccf74

Analogous Colors of #74cccf

#74cccf #749fcf #74cfa5

Monochromatic Colors of #74cccf

#74cccf

Complementary Color

#74cccf #cf7774

#74cccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74cccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#74cccf Color CSS Codes

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

#74cccf Text Font Color

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

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


#74cccf Background Color

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

This div background color is #74cccf


#74cccf Border Color

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

This div border color is #74cccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74cccf


Comments

No comments written yet.

Please login to write comment.