Color Hex Logo

#74bef5 Color Hex

#74BEF5
(116,190,245)
0 Favorites   0 Comments

Color spaces of #74bef5

RGB 116190245
HSL0.570.870.71
HSV206°53°96°
CMYK 0.530.220.00   0.04
XYZ42.097347.132593.2649
Yxy47.13250.23070.2583
Hunter Lab68.6531-10.6888-32.4880
CIE-Lab74.2744-7.9821-34.2942

#74bef5 color RGB value is (116,190,245).

#74bef5 hex color red value is 116, green value is 190 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #74bef5 hue: 0.57 , saturation: 0.87 and the lightness value of 74bef5 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111110 11110101
Octal 164 276 365
Decimal 116 190 245
Hex 74 BE F5

RGB Percentages of Color #74bef5

%21.05
%34.48
%44.46

CMYK Percentages of Color #74bef5

%53
%22
%0
%4

Triadic Colors of #74bef5

#74bef5 #f574be #bef574

Analogous Colors of #74bef5

#74bef5 #747ef5 #74f5ec

Monochromatic Colors of #74bef5

#74bef5

Complementary Color

#74bef5 #f5ab74

#74bef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74bef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74bef5 Color CSS Codes

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

#74bef5 Text Font Color

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

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


#74bef5 Background Color

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

This div background color is #74bef5


#74bef5 Border Color

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

This div border color is #74bef5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74bef5


Comments

No comments written yet.

Please login to write comment.