Color Hex Logo

#c1db72 Color Hex

#C1DB72
(193,219,114)
0 Favorites   0 Comments

Color spaces of #c1db72

RGB 193219114
HSL0.210.590.65
HSV75°48°86°
CMYK 0.120.000.48   0.14
XYZ50.361163.215425.4671
Yxy63.21540.36220.4546
Hunter Lab79.5081-26.075836.6646
CIE-Lab83.5556-24.522348.4213

#c1db72 color RGB value is (193,219,114).

#c1db72 hex color red value is 193, green value is 219 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #c1db72 hue: 0.21 , saturation: 0.59 and the lightness value of c1db72 is 0.65.

The process color (four color CMYK) of #c1db72 color hex is 0.12, 0.00, 0.48, 0.14. Web safe color of #c1db72 is #cccc66. Color #c1db72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011011 01110010
Octal 301 333 162
Decimal 193 219 114
Hex C1 DB 72

RGB Percentages of Color #c1db72

%36.69
%41.63
%21.67

CMYK Percentages of Color #c1db72

%12
%0
%48
%14

Triadic Colors of #c1db72

#c1db72 #72c1db #db72c1

Analogous Colors of #c1db72

#c1db72 #8ddb72 #dbc172

Monochromatic Colors of #c1db72

#c1db72

Complementary Color

#c1db72 #8c72db

#c1db72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1db72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1db72 Color CSS Codes

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

#c1db72 Text Font Color

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

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


#c1db72 Background Color

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

This div background color is #c1db72


#c1db72 Border Color

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

This div border color is #c1db72


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,219,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c1db72; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c1db72;
  -webkit-box-shadow: 1px 1px 3px 2px #c1db72;
  box-shadow:         1px 1px 3px 2px #c1db72; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1db72


Comments

No comments written yet.

Please login to write comment.