Color Hex Logo

#c0da48 Color Hex

#C0DA48
(192,218,72)
0 Favorites   0 Comments

Color spaces of #c0da48

RGB 19221872
HSL0.200.660.57
HSV71°67°85°
CMYK 0.120.000.67   0.15
XYZ47.979361.817215.5340
Yxy61.81720.38280.4932
Hunter Lab78.6239-28.664443.3226
CIE-Lab82.8161-27.816665.8674

#c0da48 color RGB value is (192,218,72).

#c0da48 hex color red value is 192, green value is 218 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #c0da48 hue: 0.20 , saturation: 0.66 and the lightness value of c0da48 is 0.57.

The process color (four color CMYK) of #c0da48 color hex is 0.12, 0.00, 0.67, 0.15. Web safe color of #c0da48 is #cccc33. Color #c0da48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11011010 01001000
Octal 300 332 110
Decimal 192 218 72
Hex C0 DA 48

RGB Percentages of Color #c0da48

%39.83
%45.23
%14.94

CMYK Percentages of Color #c0da48

%12
%0
%67
%15

Triadic Colors of #c0da48

#c0da48 #48c0da #da48c0

Analogous Colors of #c0da48

#c0da48 #77da48 #daab48

Monochromatic Colors of #c0da48

#c0da48

Complementary Color

#c0da48 #6248da

#c0da48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0da48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0da48 Color CSS Codes

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

#c0da48 Text Font Color

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

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


#c0da48 Background Color

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

This div background color is #c0da48


#c0da48 Border Color

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

This div border color is #c0da48


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,218,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0da48; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0da48;
  -webkit-box-shadow: 1px 1px 3px 2px #c0da48;
  box-shadow:         1px 1px 3px 2px #c0da48; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,218,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0da48


Comments

No comments written yet.

Please login to write comment.