Color Hex Logo

#74cbfe Color Hex

#74CBFE
(116,203,254)
0 Favorites   0 Comments

Color spaces of #74cbfe

RGB 116203254
HSL0.560.990.73
HSV202°54°100°
CMYK 0.540.200.00   0.00
XYZ46.447853.5806101.6600
Yxy53.58060.23030.2657
Hunter Lab73.1988-14.8318-31.1041
CIE-Lab78.2165-12.2727-33.0336

#74cbfe color RGB value is (116,203,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11001011 11111110
Octal 164 313 376
Decimal 116 203 254
Hex 74 CB FE

RGB Percentages of Color #74cbfe

%20.24
%35.43
%44.33

CMYK Percentages of Color #74cbfe

%54
%20
%0
%0

Triadic Colors of #74cbfe

#74cbfe #fe74cb #cbfe74

Analogous Colors of #74cbfe

#74cbfe #7486fe #74feec

Monochromatic Colors of #74cbfe

#74cbfe

Complementary Color

#74cbfe #fea774

#74cbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74cbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#74cbfe Color CSS Codes

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

#74cbfe Text Font Color

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

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


#74cbfe Background Color

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

This div background color is #74cbfe


#74cbfe Border Color

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

This div border color is #74cbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74cbfe


Comments

No comments written yet.

Please login to write comment.