Color Hex Logo

#4bdaea Color Hex

#4BDAEA
(75,218,234)
0 Favorites   0 Comments

Color spaces of #4bdaea

RGB 75218234
HSL0.520.790.61
HSV186°68°92°
CMYK 0.680.070.00   0.08
XYZ42.824357.579286.6987
Yxy57.57920.22890.3077
Hunter Lab75.8810-32.0531-14.6258
CIE-Lab80.5043-32.6533-18.9868

#4bdaea color RGB value is (75,218,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011010 11101010
Octal 113 332 352
Decimal 75 218 234
Hex 4B DA EA

RGB Percentages of Color #4bdaea

%14.23
%41.37
%44.40

CMYK Percentages of Color #4bdaea

%68
%7
%0
%8

Triadic Colors of #4bdaea

#4bdaea #ea4bda #daea4b

Analogous Colors of #4bdaea

#4bdaea #4b8bea #4beaab

Monochromatic Colors of #4bdaea

#4bdaea

Complementary Color

#4bdaea #ea5b4b

#4bdaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bdaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bdaea Color CSS Codes

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

#4bdaea Text Font Color

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

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


#4bdaea Background Color

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

This div background color is #4bdaea


#4bdaea Border Color

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

This div border color is #4bdaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bdaea


Comments

No comments written yet.

Please login to write comment.