Color Hex Logo

#4bcddf Color Hex

#4BCDDF
(75,205,223)
0 Favorites   0 Comments

Color spaces of #4bcddf

RGB 75205223
HSL0.520.700.58
HSV187°66°87°
CMYK 0.660.080.00   0.13
XYZ38.052350.486277.5513
Yxy50.48620.22910.3040
Hunter Lab71.0536-28.7494-14.9744
CIE-Lab76.3667-29.6211-19.3573

#4bcddf color RGB value is (75,205,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001101 11011111
Octal 113 315 337
Decimal 75 205 223
Hex 4B CD DF

RGB Percentages of Color #4bcddf

%14.91
%40.76
%44.33

CMYK Percentages of Color #4bcddf

%66
%8
%0
%13

Triadic Colors of #4bcddf

#4bcddf #df4bcd #cddf4b

Analogous Colors of #4bcddf

#4bcddf #4b83df #4bdfa7

Monochromatic Colors of #4bcddf

#4bcddf

Complementary Color

#4bcddf #df5d4b

#4bcddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bcddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bcddf Color CSS Codes

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

#4bcddf Text Font Color

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

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


#4bcddf Background Color

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

This div background color is #4bcddf


#4bcddf Border Color

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

This div border color is #4bcddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bcddf


Comments

No comments written yet.

Please login to write comment.