Color Hex Logo

#4be1de Color Hex

#4BE1DE
(75,225,222)
0 Favorites   0 Comments

Color spaces of #4be1de

RGB 75225222
HSL0.500.710.59
HSV179°67°88°
CMYK 0.670.000.01   0.12
XYZ43.011760.620278.5412
Yxy60.62020.23610.3328
Hunter Lab77.8590-37.6443-5.3082
CIE-Lab82.1741-39.2927-10.1012

#4be1de color RGB value is (75,225,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11100001 11011110
Octal 113 341 336
Decimal 75 225 222
Hex 4B E1 DE

RGB Percentages of Color #4be1de

%14.37
%43.10
%42.53

CMYK Percentages of Color #4be1de

%67
%0
%1
%12

Triadic Colors of #4be1de

#4be1de #de4be1 #e1de4b

Analogous Colors of #4be1de

#4be1de #4b99e1 #4be193

Monochromatic Colors of #4be1de

#4be1de

Complementary Color

#4be1de #e14b4e

#4be1de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4be1de Color Preview on White Background

Lorem ipsum dolor sit amet.

#4be1de Color CSS Codes

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

#4be1de Text Font Color

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

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


#4be1de Background Color

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

This div background color is #4be1de


#4be1de Border Color

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

This div border color is #4be1de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4be1de


Comments

No comments written yet.

Please login to write comment.