Color Hex Logo

#74c7ef Color Hex

#74C7EF
(116,199,239)
0 Favorites   0 Comments

Color spaces of #74c7ef

RGB 116199239
HSL0.550.790.70
HSV200°51°94°
CMYK 0.510.170.00   0.06
XYZ43.205950.791889.1880
Yxy50.79180.23590.2773
Hunter Lab71.2684-16.5054-24.3100
CIE-Lab76.5527-14.4856-27.5572

#74c7ef color RGB value is (116,199,239).

#74c7ef hex color red value is 116, green value is 199 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #74c7ef hue: 0.55 , saturation: 0.79 and the lightness value of 74c7ef is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11000111 11101111
Octal 164 307 357
Decimal 116 199 239
Hex 74 C7 EF

RGB Percentages of Color #74c7ef

%20.94
%35.92
%43.14

CMYK Percentages of Color #74c7ef

%51
%17
%0
%6

Triadic Colors of #74c7ef

#74c7ef #ef74c7 #c7ef74

Analogous Colors of #74c7ef

#74c7ef #748aef #74efda

Monochromatic Colors of #74c7ef

#74c7ef

Complementary Color

#74c7ef #ef9c74

#74c7ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74c7ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#74c7ef Color CSS Codes

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

#74c7ef Text Font Color

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

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


#74c7ef Background Color

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

This div background color is #74c7ef


#74c7ef Border Color

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

This div border color is #74c7ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74c7ef


Comments

No comments written yet.

Please login to write comment.