Color Hex Logo

#4bceca Color Hex

#4BCECA
(75,206,202)
0 Favorites   0 Comments

Color spaces of #4bceca

RGB 75206202
HSL0.490.570.55
HSV178°64°81°
CMYK 0.640.000.02   0.19
XYZ35.633649.902763.6312
Yxy49.90270.23890.3345
Hunter Lab70.6418-33.5831-3.9566
CIE-Lab76.0095-36.0607-8.5746

#4bceca color RGB value is (75,206,202).

#4bceca hex color red value is 75, green value is 206 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #4bceca hue: 0.49 , saturation: 0.57 and the lightness value of 4bceca is 0.55.

The process color (four color CMYK) of #4bceca color hex is 0.64, 0.00, 0.02, 0.19. Web safe color of #4bceca is #33cccc. Color #4bceca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001110 11001010
Octal 113 316 312
Decimal 75 206 202
Hex 4B CE CA

RGB Percentages of Color #4bceca

%15.53
%42.65
%41.82

CMYK Percentages of Color #4bceca

%64
%0
%2
%19

Triadic Colors of #4bceca

#4bceca #ca4bce #ceca4b

Analogous Colors of #4bceca

#4bceca #4b91ce #4bce89

Monochromatic Colors of #4bceca

#4bceca

Complementary Color

#4bceca #ce4b4f

#4bceca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bceca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bceca Color CSS Codes

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

#4bceca Text Font Color

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

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


#4bceca Background Color

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

This div background color is #4bceca


#4bceca Border Color

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

This div border color is #4bceca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bceca


Comments

No comments written yet.

Please login to write comment.