Color Hex Logo

#74bece Color Hex

#74BECE
(116,190,206)
0 Favorites   0 Comments

Color spaces of #74bece

RGB 116190206
HSL0.530.480.63
HSV191°44°81°
CMYK 0.440.080.00   0.19
XYZ36.756544.996165.1404
Yxy44.99610.25020.3063
Hunter Lab67.0791-19.5781-10.6210
CIE-Lab72.8893-18.8637-15.2659

#74bece color RGB value is (116,190,206).

#74bece hex color red value is 116, green value is 190 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #74bece hue: 0.53 , saturation: 0.48 and the lightness value of 74bece is 0.63.

The process color (four color CMYK) of #74bece color hex is 0.44, 0.08, 0.00, 0.19. Web safe color of #74bece is #66cccc. Color #74bece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111110 11001110
Octal 164 276 316
Decimal 116 190 206
Hex 74 BE CE

RGB Percentages of Color #74bece

%22.66
%37.11
%40.23

CMYK Percentages of Color #74bece

%44
%8
%0
%19

Triadic Colors of #74bece

#74bece #ce74be #bece74

Analogous Colors of #74bece

#74bece #7491ce #74ceb1

Monochromatic Colors of #74bece

#74bece

Complementary Color

#74bece #ce8474

#74bece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74bece Color Preview on White Background

Lorem ipsum dolor sit amet.

#74bece Color CSS Codes

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

#74bece Text Font Color

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

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


#74bece Background Color

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

This div background color is #74bece


#74bece Border Color

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

This div border color is #74bece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74bece


Comments

No comments written yet.

Please login to write comment.