Color Hex Logo

#4becdc Color Hex

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

Color spaces of #4becdc

RGB 75236220
HSL0.480.810.61
HSV174°68°93°
CMYK 0.680.000.07   0.07
XYZ45.815466.654178.1609
Yxy66.65410.24030.3497
Hunter Lab81.6420-42.70380.3874
CIE-Lab85.3290-44.7252-4.3719

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

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

The process color (four color CMYK) of #4becdc color hex is 0.68, 0.00, 0.07, 0.07. Web safe color of #4becdc is #33ffcc. Color #4becdc contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #4becdc

%14.12
%44.44
%41.43

CMYK Percentages of Color #4becdc

%68
%0
%7
%7

Triadic Colors of #4becdc

#4becdc #dc4bec #ecdc4b

Analogous Colors of #4becdc

#4becdc #4bacec #4bec8c

Monochromatic Colors of #4becdc

#4becdc

Complementary Color

#4becdc #ec4b5b

#4becdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4becdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4becdc Color CSS Codes

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

#4becdc Text Font Color

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

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


#4becdc Background Color

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

This div background color is #4becdc


#4becdc Border Color

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

This div border color is #4becdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4becdc


Comments

No comments written yet.

Please login to write comment.