Color Hex Logo

#74cefe Color Hex

#74CEFE
(116,206,254)
0 Favorites   0 Comments

Color spaces of #74cefe

RGB 116206254
HSL0.560.990.73
HSV201°54°100°
CMYK 0.540.190.00   0.00
XYZ47.163255.0114101.8984
Yxy55.01140.23110.2696
Hunter Lab74.1697-16.2919-29.5371
CIE-Lab79.0478-13.8441-31.7531

#74cefe color RGB value is (116,206,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11001110 11111110
Octal 164 316 376
Decimal 116 206 254
Hex 74 CE FE

RGB Percentages of Color #74cefe

%20.14
%35.76
%44.10

CMYK Percentages of Color #74cefe

%54
%19
%0
%0

Triadic Colors of #74cefe

#74cefe #fe74ce #cefe74

Analogous Colors of #74cefe

#74cefe #7489fe #74fee9

Monochromatic Colors of #74cefe

#74cefe

Complementary Color

#74cefe #fea474

#74cefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74cefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#74cefe Color CSS Codes

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

#74cefe Text Font Color

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

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


#74cefe Background Color

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

This div background color is #74cefe


#74cefe Border Color

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

This div border color is #74cefe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,206,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 #74cefe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74cefe

Related Colors


Comments

No comments written yet.

Please login to write comment.