Color Hex Logo

#4bcea8 Color Hex

#4BCEA8
(75,206,168)
0 Favorites   0 Comments

Color spaces of #4bcea8

RGB 75206168
HSL0.450.570.55
HSV163°64°81°
CMYK 0.640.000.18   0.19
XYZ32.040848.465644.7119
Yxy48.46560.25590.3870
Hunter Lab69.6172-39.676910.6529
CIE-Lab75.1177-44.76538.4427

#4bcea8 color RGB value is (75,206,168).

#4bcea8 hex color red value is 75, green value is 206 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #4bcea8 hue: 0.45 , saturation: 0.57 and the lightness value of 4bcea8 is 0.55.

The process color (four color CMYK) of #4bcea8 color hex is 0.64, 0.00, 0.18, 0.19. Web safe color of #4bcea8 is #33cc99. Color #4bcea8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001110 10101000
Octal 113 316 250
Decimal 75 206 168
Hex 4B CE A8

RGB Percentages of Color #4bcea8

%16.70
%45.88
%37.42

CMYK Percentages of Color #4bcea8

%64
%0
%18
%19

Triadic Colors of #4bcea8

#4bcea8 #a84bce #cea84b

Analogous Colors of #4bcea8

#4bcea8 #4bb3ce #4bce67

Monochromatic Colors of #4bcea8

#4bcea8

Complementary Color

#4bcea8 #ce4b71

#4bcea8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bcea8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bcea8 Color CSS Codes

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

#4bcea8 Text Font Color

<p style="color:#4bcea8">Text here</p>

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


#4bcea8 Background Color

<div style="background-color:#4bcea8">
Div content here</div>

This div background color is #4bcea8


#4bcea8 Border Color

<div style="border:3px solid #4bcea8">
Div here</div>

This div border color is #4bcea8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,206,168, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4bcea8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4bcea8;
  -webkit-box-shadow: 1px 1px 3px 2px #4bcea8;
  box-shadow:         1px 1px 3px 2px #4bcea8; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bcea8


Comments

No comments written yet.

Please login to write comment.