Color Hex Logo

#c4da02 Color Hex

#C4DA02
(196,218,2)
0 Favorites   0 Comments

Color spaces of #c4da02

RGB 1962182
HSL0.180.980.43
HSV66°99°85°
CMYK 0.100.000.99   0.15
XYZ47.847361.88309.4802
Yxy61.88300.40140.5191
Hunter Lab78.6657-29.095047.9208
CIE-Lab82.8512-28.333181.7891

#c4da02 color RGB value is (196,218,2).

#c4da02 hex color red value is 196, green value is 218 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #c4da02 hue: 0.18 , saturation: 0.98 and the lightness value of c4da02 is 0.43.

The process color (four color CMYK) of #c4da02 color hex is 0.10, 0.00, 0.99, 0.15. Web safe color of #c4da02 is #cccc00. Color #c4da02 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11011010 00000010
Octal 304 332 2
Decimal 196 218 2
Hex C4 DA 2

RGB Percentages of Color #c4da02

%47.12
%52.40
%0.48

CMYK Percentages of Color #c4da02

%10
%0
%99
%15

Triadic Colors of #c4da02

#c4da02 #02c4da #da02c4

Analogous Colors of #c4da02

#c4da02 #58da02 #da8402

Monochromatic Colors of #c4da02

#c4da02

Complementary Color

#c4da02 #1802da

#c4da02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4da02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4da02 Color CSS Codes

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

#c4da02 Text Font Color

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

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


#c4da02 Background Color

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

This div background color is #c4da02


#c4da02 Border Color

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

This div border color is #c4da02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4da02


Comments

No comments written yet.

Please login to write comment.