Color Hex Logo

#4bdcec Color Hex

#4BDCEC
(75,220,236)
0 Favorites   0 Comments

Color spaces of #4bdcec

RGB 75220236
HSL0.520.810.61
HSV186°68°93°
CMYK 0.680.070.00   0.07
XYZ43.635258.738488.3947
Yxy58.73840.22870.3079
Hunter Lab76.6410-32.4935-14.7341
CIE-Lab81.1476-33.0219-19.0786

#4bdcec color RGB value is (75,220,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011100 11101100
Octal 113 334 354
Decimal 75 220 236
Hex 4B DC EC

RGB Percentages of Color #4bdcec

%14.12
%41.43
%44.44

CMYK Percentages of Color #4bdcec

%68
%7
%0
%7

Triadic Colors of #4bdcec

#4bdcec #ec4bdc #dcec4b

Analogous Colors of #4bdcec

#4bdcec #4b8cec #4becac

Monochromatic Colors of #4bdcec

#4bdcec

Complementary Color

#4bdcec #ec5b4b

#4bdcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bdcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bdcec Color CSS Codes

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

#4bdcec Text Font Color

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

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


#4bdcec Background Color

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

This div background color is #4bdcec


#4bdcec Border Color

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

This div border color is #4bdcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bdcec


Comments

No comments written yet.

Please login to write comment.