Color Hex Logo

#74eaef Color Hex

#74EAEF
(116,234,239)
0 Favorites   0 Comments

Color spaces of #74eaef

RGB 116234239
HSL0.510.790.70
HSV182°51°94°
CMYK 0.510.020.00   0.06
XYZ52.205368.790692.1878
Yxy68.79060.24490.3227
Hunter Lab82.9401-32.7912-7.8427
CIE-Lab86.4003-31.9041-12.6536

#74eaef color RGB value is (116,234,239).

#74eaef hex color red value is 116, green value is 234 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #74eaef hue: 0.51 , saturation: 0.79 and the lightness value of 74eaef is 0.70.

The process color (four color CMYK) of #74eaef color hex is 0.51, 0.02, 0.00, 0.06. Web safe color of #74eaef is #66ffff. Color #74eaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11101010 11101111
Octal 164 352 357
Decimal 116 234 239
Hex 74 EA EF

RGB Percentages of Color #74eaef

%19.69
%39.73
%40.58

CMYK Percentages of Color #74eaef

%51
%2
%0
%6

Triadic Colors of #74eaef

#74eaef #ef74ea #eaef74

Analogous Colors of #74eaef

#74eaef #74adef #74efb7

Monochromatic Colors of #74eaef

#74eaef

Complementary Color

#74eaef #ef7974

#74eaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74eaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#74eaef Color CSS Codes

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

#74eaef Text Font Color

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

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


#74eaef Background Color

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

This div background color is #74eaef


#74eaef Border Color

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

This div border color is #74eaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74eaef


Comments

No comments written yet.

Please login to write comment.