Color Hex Logo

#4bcdda Color Hex

#4BCDDA
(75,205,218)
0 Favorites   0 Comments

Color spaces of #4bcdda

RGB 75205218
HSL0.520.660.57
HSV185°66°85°
CMYK 0.660.060.00   0.15
XYZ37.387950.220574.0526
Yxy50.22050.23130.3107
Hunter Lab70.8664-29.8427-12.3492
CIE-Lab76.2044-31.0788-16.9097

#4bcdda color RGB value is (75,205,218).

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

The process color (four color CMYK) of #4bcdda color hex is 0.66, 0.06, 0.00, 0.15. Web safe color of #4bcdda is #33cccc. Color #4bcdda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001101 11011010
Octal 113 315 332
Decimal 75 205 218
Hex 4B CD DA

RGB Percentages of Color #4bcdda

%15.06
%41.16
%43.78

CMYK Percentages of Color #4bcdda

%66
%6
%0
%15

Triadic Colors of #4bcdda

#4bcdda #da4bcd #cdda4b

Analogous Colors of #4bcdda

#4bcdda #4b86da #4bdaa0

Monochromatic Colors of #4bcdda

#4bcdda

Complementary Color

#4bcdda #da584b

#4bcdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bcdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bcdda Color CSS Codes

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

#4bcdda Text Font Color

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

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


#4bcdda Background Color

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

This div background color is #4bcdda


#4bcdda Border Color

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

This div border color is #4bcdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bcdda


Comments

No comments written yet.

Please login to write comment.