Color Hex Logo

#4bcbda Color Hex

#4BCBDA
(75,203,218)
0 Favorites   0 Comments

Color spaces of #4bcbda

RGB 75203218
HSL0.520.660.57
HSV186°66°85°
CMYK 0.660.070.00   0.15
XYZ36.912549.269773.8942
Yxy49.26970.23060.3078
Hunter Lab70.1924-28.9678-13.2822
CIE-Lab75.6188-30.1141-17.7939

#4bcbda color RGB value is (75,203,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001011 11011010
Octal 113 313 332
Decimal 75 203 218
Hex 4B CB DA

RGB Percentages of Color #4bcbda

%15.12
%40.93
%43.95

CMYK Percentages of Color #4bcbda

%66
%7
%0
%15

Triadic Colors of #4bcbda

#4bcbda #da4bcb #cbda4b

Analogous Colors of #4bcbda

#4bcbda #4b84da #4bdaa2

Monochromatic Colors of #4bcbda

#4bcbda

Complementary Color

#4bcbda #da5a4b

#4bcbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bcbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bcbda Color CSS Codes

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

#4bcbda Text Font Color

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

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


#4bcbda Background Color

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

This div background color is #4bcbda


#4bcbda Border Color

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

This div border color is #4bcbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bcbda


Comments

No comments written yet.

Please login to write comment.