Color Hex Logo

#74deee Color Hex

#74DEEE
(116,222,238)
1 Favorites   0 Comments

Color spaces of #74deee

RGB 116222238
HSL0.520.780.69
HSV188°51°93°
CMYK 0.510.070.00   0.07
XYZ48.756462.128690.3112
Yxy62.12860.24230.3088
Hunter Lab78.8217-27.5240-12.7573
CIE-Lab82.9818-26.3927-17.2549

#74deee color RGB value is (116,222,238).

#74deee hex color red value is 116, green value is 222 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #74deee hue: 0.52 , saturation: 0.78 and the lightness value of 74deee is 0.69.

The process color (four color CMYK) of #74deee color hex is 0.51, 0.07, 0.00, 0.07. Web safe color of #74deee is #66ccff. Color #74deee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11011110 11101110
Octal 164 336 356
Decimal 116 222 238
Hex 74 DE EE

RGB Percentages of Color #74deee

%20.14
%38.54
%41.32

CMYK Percentages of Color #74deee

%51
%7
%0
%7

Triadic Colors of #74deee

#74deee #ee74de #deee74

Analogous Colors of #74deee

#74deee #74a1ee #74eec1

Monochromatic Colors of #74deee

#74deee

Complementary Color

#74deee #ee8474

#74deee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74deee Color Preview on White Background

Lorem ipsum dolor sit amet.

#74deee Color CSS Codes

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

#74deee Text Font Color

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

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


#74deee Background Color

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

This div background color is #74deee


#74deee Border Color

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

This div border color is #74deee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74deee


Comments

No comments written yet.

Please login to write comment.