Color Hex Logo

#4be0cd Color Hex

#4BE0CD
(75,224,205)
0 Favorites   0 Comments

Color spaces of #4be0cd

RGB 75224205
HSL0.480.710.59
HSV172°67°88°
CMYK 0.670.000.08   0.12
XYZ40.576759.214967.0486
Yxy59.21490.24320.3549
Hunter Lab76.9512-40.54082.2057
CIE-Lab81.4096-43.3823-2.2056

#4be0cd color RGB value is (75,224,205).

#4be0cd hex color red value is 75, green value is 224 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4be0cd hue: 0.48 , saturation: 0.71 and the lightness value of 4be0cd is 0.59.

The process color (four color CMYK) of #4be0cd color hex is 0.67, 0.00, 0.08, 0.12. Web safe color of #4be0cd is #33cccc. Color #4be0cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11100000 11001101
Octal 113 340 315
Decimal 75 224 205
Hex 4B E0 CD

RGB Percentages of Color #4be0cd

%14.88
%44.44
%40.67

CMYK Percentages of Color #4be0cd

%67
%0
%8
%12

Triadic Colors of #4be0cd

#4be0cd #cd4be0 #e0cd4b

Analogous Colors of #4be0cd

#4be0cd #4ba9e0 #4be083

Monochromatic Colors of #4be0cd

#4be0cd

Complementary Color

#4be0cd #e04b5e

#4be0cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4be0cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4be0cd Color CSS Codes

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

#4be0cd Text Font Color

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

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


#4be0cd Background Color

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

This div background color is #4be0cd


#4be0cd Border Color

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

This div border color is #4be0cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4be0cd


Comments

No comments written yet.

Please login to write comment.