Color Hex Logo

#74caea Color Hex

#74CAEA
(116,202,234)
0 Favorites   0 Comments

Color spaces of #74caea

RGB 116202234
HSL0.550.740.69
HSV196°50°92°
CMYK 0.500.140.00   0.08
XYZ43.174351.894685.5830
Yxy51.89460.23900.2873
Hunter Lab72.0379-19.0864-20.0116
CIE-Lab77.2178-17.4459-23.8545

#74caea color RGB value is (116,202,234).

#74caea hex color red value is 116, green value is 202 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #74caea hue: 0.55 , saturation: 0.74 and the lightness value of 74caea is 0.69.

The process color (four color CMYK) of #74caea color hex is 0.50, 0.14, 0.00, 0.08. Web safe color of #74caea is #66ccff. Color #74caea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11001010 11101010
Octal 164 312 352
Decimal 116 202 234
Hex 74 CA EA

RGB Percentages of Color #74caea

%21.01
%36.59
%42.39

CMYK Percentages of Color #74caea

%50
%14
%0
%8

Triadic Colors of #74caea

#74caea #ea74ca #caea74

Analogous Colors of #74caea

#74caea #748fea #74eacf

Monochromatic Colors of #74caea

#74caea

Complementary Color

#74caea #ea9474

#74caea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74caea Color Preview on White Background

Lorem ipsum dolor sit amet.

#74caea Color CSS Codes

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

#74caea Text Font Color

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

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


#74caea Background Color

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

This div background color is #74caea


#74caea Border Color

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

This div border color is #74caea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74caea


Comments

No comments written yet.

Please login to write comment.