Color Hex Logo

#74cbfa Color Hex

#74CBFA
(116,203,250)
0 Favorites   0 Comments

Color spaces of #74cbfa

RGB 116203250
HSL0.560.930.72
HSV201°54°98°
CMYK 0.540.190.00   0.02
XYZ45.813753.327098.3210
Yxy53.32700.23200.2701
Hunter Lab73.0253-15.8093-28.7101
CIE-Lab78.0677-13.4314-31.1263

#74cbfa color RGB value is (116,203,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11001011 11111010
Octal 164 313 372
Decimal 116 203 250
Hex 74 CB FA

RGB Percentages of Color #74cbfa

%20.39
%35.68
%43.94

CMYK Percentages of Color #74cbfa

%54
%19
%0
%2

Triadic Colors of #74cbfa

#74cbfa #fa74cb #cbfa74

Analogous Colors of #74cbfa

#74cbfa #7488fa #74fae6

Monochromatic Colors of #74cbfa

#74cbfa

Complementary Color

#74cbfa #faa374

#74cbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74cbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#74cbfa Color CSS Codes

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

#74cbfa Text Font Color

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

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


#74cbfa Background Color

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

This div background color is #74cbfa


#74cbfa Border Color

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

This div border color is #74cbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74cbfa


Comments

No comments written yet.

Please login to write comment.