Color Hex Logo

#74bdee Color Hex

#74BDEE
(116,189,238)
0 Favorites   0 Comments

Color spaces of #74bdee

RGB 116189238
HSL0.570.780.69
HSV204°51°93°
CMYK 0.510.210.00   0.07
XYZ40.832746.281287.6700
Yxy46.28120.23360.2648
Hunter Lab68.0303-11.9149-28.7853
CIE-Lab73.7276-9.4804-31.3603

#74bdee color RGB value is (116,189,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111101 11101110
Octal 164 275 356
Decimal 116 189 238
Hex 74 BD EE

RGB Percentages of Color #74bdee

%21.36
%34.81
%43.83

CMYK Percentages of Color #74bdee

%51
%21
%0
%7

Triadic Colors of #74bdee

#74bdee #ee74bd #bdee74

Analogous Colors of #74bdee

#74bdee #7480ee #74eee2

Monochromatic Colors of #74bdee

#74bdee

Complementary Color

#74bdee #eea574

#74bdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74bdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#74bdee Color CSS Codes

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

#74bdee Text Font Color

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

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


#74bdee Background Color

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

This div background color is #74bdee


#74bdee Border Color

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

This div border color is #74bdee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,189,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 #74bdee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74bdee

#74bdee Color Palettes


Comments

No comments written yet.

Please login to write comment.