Color Hex Logo

#c4d053 Color Hex

#C4D053
(196,208,83)
0 Favorites   0 Comments

Color spaces of #c4d053

RGB 19620883
HSL0.180.570.57
HSV66°60°82°
CMYK 0.060.000.60   0.18
XYZ46.882257.472016.8059
Yxy57.47200.38690.4743
Hunter Lab75.8103-22.281039.9236
CIE-Lab80.4443-20.651359.0004

#c4d053 color RGB value is (196,208,83).

#c4d053 hex color red value is 196, green value is 208 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #c4d053 hue: 0.18 , saturation: 0.57 and the lightness value of c4d053 is 0.57.

The process color (four color CMYK) of #c4d053 color hex is 0.06, 0.00, 0.60, 0.18. Web safe color of #c4d053 is #cccc66. Color #c4d053 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11010000 01010011
Octal 304 320 123
Decimal 196 208 83
Hex C4 D0 53

RGB Percentages of Color #c4d053

%40.25
%42.71
%17.04

CMYK Percentages of Color #c4d053

%6
%0
%60
%18

Triadic Colors of #c4d053

#c4d053 #53c4d0 #d053c4

Analogous Colors of #c4d053

#c4d053 #86d053 #d09e53

Monochromatic Colors of #c4d053

#c4d053

Complementary Color

#c4d053 #5f53d0

#c4d053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4d053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4d053 Color CSS Codes

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

#c4d053 Text Font Color

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

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


#c4d053 Background Color

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

This div background color is #c4d053


#c4d053 Border Color

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

This div border color is #c4d053


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,208,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c4d053; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c4d053;
  -webkit-box-shadow: 1px 1px 3px 2px #c4d053;
  box-shadow:         1px 1px 3px 2px #c4d053; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,208,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4d053


Comments

No comments written yet.

Please login to write comment.