Color Hex Logo

#74bede Color Hex

#74BEDE
(116,190,222)
0 Favorites   0 Comments

Color spaces of #74bede

RGB 116190222
HSL0.550.620.66
HSV198°48°87°
CMYK 0.480.140.00   0.13
XYZ38.800745.813875.9052
Yxy45.81380.24170.2854
Hunter Lab67.6859-16.1258-19.1096
CIE-Lab73.4245-14.5391-23.1572

#74bede color RGB value is (116,190,222).

#74bede hex color red value is 116, green value is 190 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #74bede hue: 0.55 , saturation: 0.62 and the lightness value of 74bede is 0.66.

The process color (four color CMYK) of #74bede color hex is 0.48, 0.14, 0.00, 0.13. Web safe color of #74bede is #66cccc. Color #74bede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111110 11011110
Octal 164 276 336
Decimal 116 190 222
Hex 74 BE DE

RGB Percentages of Color #74bede

%21.97
%35.98
%42.05

CMYK Percentages of Color #74bede

%48
%14
%0
%13

Triadic Colors of #74bede

#74bede #de74be #bede74

Analogous Colors of #74bede

#74bede #7489de #74dec9

Monochromatic Colors of #74bede

#74bede

Complementary Color

#74bede #de9474

#74bede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74bede Color Preview on White Background

Lorem ipsum dolor sit amet.

#74bede Color CSS Codes

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

#74bede Text Font Color

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

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


#74bede Background Color

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

This div background color is #74bede


#74bede Border Color

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

This div border color is #74bede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74bede


Comments

No comments written yet.

Please login to write comment.