Color Hex Logo

#74bbed Color Hex

#74BBED
(116,187,237)
0 Favorites   0 Comments

Color spaces of #74bbed

RGB 116187237
HSL0.570.770.69
HSV205°51°93°
CMYK 0.510.210.00   0.07
XYZ40.258845.368186.7558
Yxy45.36810.23350.2632
Hunter Lab67.3558-11.1827-29.2177
CIE-Lab73.1336-8.6959-31.7355

#74bbed color RGB value is (116,187,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111011 11101101
Octal 164 273 355
Decimal 116 187 237
Hex 74 BB ED

RGB Percentages of Color #74bbed

%21.48
%34.63
%43.89

CMYK Percentages of Color #74bbed

%51
%21
%0
%7

Triadic Colors of #74bbed

#74bbed #ed74bb #bbed74

Analogous Colors of #74bbed

#74bbed #747fed #74ede3

Monochromatic Colors of #74bbed

#74bbed

Complementary Color

#74bbed #eda674

#74bbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74bbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#74bbed Color CSS Codes

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

#74bbed Text Font Color

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

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


#74bbed Background Color

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

This div background color is #74bbed


#74bbed Border Color

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

This div border color is #74bbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74bbed


Comments

No comments written yet.

Please login to write comment.