Color Hex Logo

#74bcea Color Hex

#74BCEA
(116,188,234)
0 Favorites   0 Comments

Color spaces of #74bcea

RGB 116188234
HSL0.560.740.69
HSV203°50°92°
CMYK 0.500.200.00   0.08
XYZ40.037045.620084.5373
Yxy45.62000.23520.2680
Hunter Lab67.5426-12.3906-26.9284
CIE-Lab73.2983-10.0965-29.8575

#74bcea color RGB value is (116,188,234).

#74bcea hex color red value is 116, green value is 188 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #74bcea hue: 0.56 , saturation: 0.74 and the lightness value of 74bcea is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111100 11101010
Octal 164 274 352
Decimal 116 188 234
Hex 74 BC EA

RGB Percentages of Color #74bcea

%21.56
%34.94
%43.49

CMYK Percentages of Color #74bcea

%50
%20
%0
%8

Triadic Colors of #74bcea

#74bcea #ea74bc #bcea74

Analogous Colors of #74bcea

#74bcea #7481ea #74eadd

Monochromatic Colors of #74bcea

#74bcea

Complementary Color

#74bcea #eaa274

#74bcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74bcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#74bcea Color CSS Codes

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

#74bcea Text Font Color

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

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


#74bcea Background Color

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

This div background color is #74bcea


#74bcea Border Color

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

This div border color is #74bcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74bcea


Comments

No comments written yet.

Please login to write comment.