Color Hex Logo

#74ceba Color Hex

#74CEBA
(116,206,186)
0 Favorites   0 Comments

Color spaces of #74ceba

RGB 116206186
HSL0.460.480.63
HSV167°44°81°
CMYK 0.440.000.10   0.19
XYZ38.136751.400854.3657
Yxy51.40080.26500.3572
Hunter Lab71.6944-30.51485.2265
CIE-Lab76.9212-31.73871.5425

#74ceba color RGB value is (116,206,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11001110 10111010
Octal 164 316 272
Decimal 116 206 186
Hex 74 CE BA

RGB Percentages of Color #74ceba

%22.83
%40.55
%36.61

CMYK Percentages of Color #74ceba

%44
%0
%10
%19

Triadic Colors of #74ceba

#74ceba #ba74ce #ceba74

Analogous Colors of #74ceba

#74ceba #74b5ce #74ce8d

Monochromatic Colors of #74ceba

#74ceba

Complementary Color

#74ceba #ce7488

#74ceba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74ceba Color Preview on White Background

Lorem ipsum dolor sit amet.

#74ceba Color CSS Codes

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

#74ceba Text Font Color

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

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


#74ceba Background Color

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

This div background color is #74ceba


#74ceba Border Color

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

This div border color is #74ceba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74ceba


Comments

No comments written yet.

Please login to write comment.