Color Hex Logo

#4dcbe5 Color Hex

#4DCBE5
(77,203,229)
0 Favorites   0 Comments

Color spaces of #4dcbe5

RGB 77203229
HSL0.530.750.60
HSV190°66°90°
CMYK 0.660.110.00   0.10
XYZ38.559449.946881.7371
Yxy49.94680.22650.2934
Hunter Lab70.6731-26.2878-19.1009
CIE-Lab76.0366-26.5684-23.0838

#4dcbe5 color RGB value is (77,203,229).

#4dcbe5 hex color red value is 77, green value is 203 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #4dcbe5 hue: 0.53 , saturation: 0.75 and the lightness value of 4dcbe5 is 0.60.

The process color (four color CMYK) of #4dcbe5 color hex is 0.66, 0.11, 0.00, 0.10. Web safe color of #4dcbe5 is #66cccc. Color #4dcbe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11001011 11100101
Octal 115 313 345
Decimal 77 203 229
Hex 4D CB E5

RGB Percentages of Color #4dcbe5

%15.13
%39.88
%44.99

CMYK Percentages of Color #4dcbe5

%66
%11
%0
%10

Triadic Colors of #4dcbe5

#4dcbe5 #e54dcb #cbe54d

Analogous Colors of #4dcbe5

#4dcbe5 #4d7fe5 #4de5b3

Monochromatic Colors of #4dcbe5

#4dcbe5

Complementary Color

#4dcbe5 #e5674d

#4dcbe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dcbe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dcbe5 Color CSS Codes

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

#4dcbe5 Text Font Color

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

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


#4dcbe5 Background Color

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

This div background color is #4dcbe5


#4dcbe5 Border Color

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

This div border color is #4dcbe5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(77,203,229, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4dcbe5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4dcbe5;
  -webkit-box-shadow: 1px 1px 3px 2px #4dcbe5;
  box-shadow:         1px 1px 3px 2px #4dcbe5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,203,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dcbe5


Comments

No comments written yet.

Please login to write comment.