Color Hex Logo

#74cde8 Color Hex

#74CDE8
(116,205,232)
0 Favorites   0 Comments

Color spaces of #74cde8

RGB 116205232
HSL0.540.720.68
HSV194°50°91°
CMYK 0.500.120.00   0.09
XYZ43.599353.201884.3150
Yxy53.20180.24070.2937
Hunter Lab72.9396-20.9467-17.4790
CIE-Lab77.9940-19.5347-21.6001

#74cde8 color RGB value is (116,205,232).

#74cde8 hex color red value is 116, green value is 205 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #74cde8 hue: 0.54 , saturation: 0.72 and the lightness value of 74cde8 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11001101 11101000
Octal 164 315 350
Decimal 116 205 232
Hex 74 CD E8

RGB Percentages of Color #74cde8

%20.98
%37.07
%41.95

CMYK Percentages of Color #74cde8

%50
%12
%0
%9

Triadic Colors of #74cde8

#74cde8 #e874cd #cde874

Analogous Colors of #74cde8

#74cde8 #7493e8 #74e8c9

Monochromatic Colors of #74cde8

#74cde8

Complementary Color

#74cde8 #e88f74

#74cde8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74cde8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74cde8 Color CSS Codes

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

#74cde8 Text Font Color

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

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


#74cde8 Background Color

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

This div background color is #74cde8


#74cde8 Border Color

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

This div border color is #74cde8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74cde8


Comments

No comments written yet.

Please login to write comment.