Color Hex Logo

#4bbddf Color Hex

#4BBDDF
(75,189,223)
0 Favorites   0 Comments

Color spaces of #4bbddf

RGB 75189223
HSL0.540.700.58
HSV194°66°87°
CMYK 0.660.150.00   0.13
XYZ34.418543.218876.3400
Yxy43.21880.22350.2807
Hunter Lab65.7410-21.5936-22.8302
CIE-Lab71.7032-21.6447-26.4630

#4bbddf color RGB value is (75,189,223).

#4bbddf hex color red value is 75, green value is 189 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #4bbddf hue: 0.54 , saturation: 0.70 and the lightness value of 4bbddf is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111101 11011111
Octal 113 275 337
Decimal 75 189 223
Hex 4B BD DF

RGB Percentages of Color #4bbddf

%15.40
%38.81
%45.79

CMYK Percentages of Color #4bbddf

%66
%15
%0
%13

Triadic Colors of #4bbddf

#4bbddf #df4bbd #bddf4b

Analogous Colors of #4bbddf

#4bbddf #4b73df #4bdfb7

Monochromatic Colors of #4bbddf

#4bbddf

Complementary Color

#4bbddf #df6d4b

#4bbddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbddf Color CSS Codes

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

#4bbddf Text Font Color

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

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


#4bbddf Background Color

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

This div background color is #4bbddf


#4bbddf Border Color

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

This div border color is #4bbddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbddf


Comments

No comments written yet.

Please login to write comment.