Color Hex Logo

#74ccfb Color Hex

#74CCFB
(116,204,251)
0 Favorites   0 Comments

Color spaces of #74ccfb

RGB 116204251
HSL0.560.940.72
HSV201°54°98°
CMYK 0.540.190.00   0.02
XYZ46.207953.863899.2281
Yxy53.86380.23190.2703
Hunter Lab73.3920-16.0516-28.7875
CIE-Lab78.3822-13.6661-31.1766

#74ccfb color RGB value is (116,204,251).

#74ccfb hex color red value is 116, green value is 204 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #74ccfb hue: 0.56 , saturation: 0.94 and the lightness value of 74ccfb is 0.72.

The process color (four color CMYK) of #74ccfb color hex is 0.54, 0.19, 0.00, 0.02. Web safe color of #74ccfb is #66ccff. Color #74ccfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11001100 11111011
Octal 164 314 373
Decimal 116 204 251
Hex 74 CC FB

RGB Percentages of Color #74ccfb

%20.32
%35.73
%43.96

CMYK Percentages of Color #74ccfb

%54
%19
%0
%2

Triadic Colors of #74ccfb

#74ccfb #fb74cc #ccfb74

Analogous Colors of #74ccfb

#74ccfb #7489fb #74fbe7

Monochromatic Colors of #74ccfb

#74ccfb

Complementary Color

#74ccfb #fba374

#74ccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74ccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#74ccfb Color CSS Codes

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

#74ccfb Text Font Color

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

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


#74ccfb Background Color

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

This div background color is #74ccfb


#74ccfb Border Color

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

This div border color is #74ccfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74ccfb

Related Colors


Comments

No comments written yet.

Please login to write comment.