Color Hex Logo

#4bdaec Color Hex

#4BDAEC
(75,218,236)
0 Favorites   0 Comments

Color spaces of #4bdaec

RGB 75218236
HSL0.520.810.61
HSV187°68°93°
CMYK 0.680.080.00   0.07
XYZ43.113457.694888.2208
Yxy57.69480.22810.3052
Hunter Lab75.9571-31.6080-15.6927
CIE-Lab80.5688-32.0709-19.9540

#4bdaec color RGB value is (75,218,236).

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

The process color (four color CMYK) of #4bdaec color hex is 0.68, 0.08, 0.00, 0.07. Web safe color of #4bdaec is #33ccff. Color #4bdaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011010 11101100
Octal 113 332 354
Decimal 75 218 236
Hex 4B DA EC

RGB Percentages of Color #4bdaec

%14.18
%41.21
%44.61

CMYK Percentages of Color #4bdaec

%68
%8
%0
%7

Triadic Colors of #4bdaec

#4bdaec #ec4bda #daec4b

Analogous Colors of #4bdaec

#4bdaec #4b8aec #4becae

Monochromatic Colors of #4bdaec

#4bdaec

Complementary Color

#4bdaec #ec5d4b

#4bdaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bdaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bdaec Color CSS Codes

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

#4bdaec Text Font Color

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

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


#4bdaec Background Color

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

This div background color is #4bdaec


#4bdaec Border Color

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

This div border color is #4bdaec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,218,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 #4bdaec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bdaec


Comments

No comments written yet.

Please login to write comment.