Color Hex Logo

#74ceb4 Color Hex

#74CEB4
(116,206,180)
0 Favorites   0 Comments

Color spaces of #74ceb4

RGB 116206180
HSL0.450.480.63
HSV163°44°81°
CMYK 0.440.000.13   0.19
XYZ37.512051.150951.0760
Yxy51.15090.26840.3660
Hunter Lab71.5199-31.53697.7219
CIE-Lab76.7703-33.11324.5496

#74ceb4 color RGB value is (116,206,180).

#74ceb4 hex color red value is 116, green value is 206 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #74ceb4 hue: 0.45 , saturation: 0.48 and the lightness value of 74ceb4 is 0.63.

The process color (four color CMYK) of #74ceb4 color hex is 0.44, 0.00, 0.13, 0.19. Web safe color of #74ceb4 is #66cccc. Color #74ceb4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11001110 10110100
Octal 164 316 264
Decimal 116 206 180
Hex 74 CE B4

RGB Percentages of Color #74ceb4

%23.11
%41.04
%35.86

CMYK Percentages of Color #74ceb4

%44
%0
%13
%19

Triadic Colors of #74ceb4

#74ceb4 #b474ce #ceb474

Analogous Colors of #74ceb4

#74ceb4 #74bbce #74ce87

Monochromatic Colors of #74ceb4

#74ceb4

Complementary Color

#74ceb4 #ce748e

#74ceb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74ceb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74ceb4 Color CSS Codes

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

#74ceb4 Text Font Color

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

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


#74ceb4 Background Color

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

This div background color is #74ceb4


#74ceb4 Border Color

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

This div border color is #74ceb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74ceb4


Comments

No comments written yet.

Please login to write comment.