Color Hex Logo

#4dbcec Color Hex

#4DBCEC
(77,188,236)
0 Favorites   0 Comments

Color spaces of #4dbcec

RGB 77188236
HSL0.550.810.61
HSV198°67°93°
CMYK 0.670.200.00   0.07
XYZ36.184143.600385.8655
Yxy43.60030.21840.2632
Hunter Lab66.0305-17.7371-30.8788
CIE-Lab71.9605-16.7611-33.1216

#4dbcec color RGB value is (77,188,236).

#4dbcec hex color red value is 77, green value is 188 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #4dbcec hue: 0.55 , saturation: 0.81 and the lightness value of 4dbcec is 0.61.

The process color (four color CMYK) of #4dbcec color hex is 0.67, 0.20, 0.00, 0.07. Web safe color of #4dbcec is #66ccff. Color #4dbcec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111100 11101100
Octal 115 274 354
Decimal 77 188 236
Hex 4D BC EC

RGB Percentages of Color #4dbcec

%15.37
%37.52
%47.11

CMYK Percentages of Color #4dbcec

%67
%20
%0
%7

Triadic Colors of #4dbcec

#4dbcec #ec4dbc #bcec4d

Analogous Colors of #4dbcec

#4dbcec #4d6dec #4deccd

Monochromatic Colors of #4dbcec

#4dbcec

Complementary Color

#4dbcec #ec7d4d

#4dbcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbcec Color CSS Codes

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

#4dbcec Text Font Color

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

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


#4dbcec Background Color

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

This div background color is #4dbcec


#4dbcec Border Color

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

This div border color is #4dbcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbcec


Comments

No comments written yet.

Please login to write comment.