Color Hex Logo

#74baed Color Hex

#74BAED
(116,186,237)
0 Favorites   0 Comments

Color spaces of #74baed

RGB 116186237
HSL0.570.770.69
HSV205°51°93°
CMYK 0.510.220.00   0.07
XYZ40.047444.945286.6853
Yxy44.94520.23330.2618
Hunter Lab67.0412-10.6942-29.7341
CIE-Lab72.8558-8.1568-32.1642

#74baed color RGB value is (116,186,237).

#74baed hex color red value is 116, green value is 186 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #74baed hue: 0.57 , saturation: 0.77 and the lightness value of 74baed is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111010 11101101
Octal 164 272 355
Decimal 116 186 237
Hex 74 BA ED

RGB Percentages of Color #74baed

%21.52
%34.51
%43.97

CMYK Percentages of Color #74baed

%51
%22
%0
%7

Triadic Colors of #74baed

#74baed #ed74ba #baed74

Analogous Colors of #74baed

#74baed #747eed #74ede4

Monochromatic Colors of #74baed

#74baed

Complementary Color

#74baed #eda774

#74baed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74baed Color Preview on White Background

Lorem ipsum dolor sit amet.

#74baed Color CSS Codes

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

#74baed Text Font Color

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

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


#74baed Background Color

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

This div background color is #74baed


#74baed Border Color

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

This div border color is #74baed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74baed


Comments

No comments written yet.

Please login to write comment.