Color Hex Logo

#c6dd1b Color Hex

#C6DD1B
(198,221,27)
0 Favorites   0 Comments

Color spaces of #c6dd1b

RGB 19822127
HSL0.190.780.49
HSV67°88°87°
CMYK 0.100.000.88   0.13
XYZ49.343063.797810.7505
Yxy63.79780.39830.5149
Hunter Lab79.8735-29.507847.9314
CIE-Lab83.8604-28.581179.7346

#c6dd1b color RGB value is (198,221,27).

#c6dd1b hex color red value is 198, green value is 221 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #c6dd1b hue: 0.19 , saturation: 0.78 and the lightness value of c6dd1b is 0.49.

The process color (four color CMYK) of #c6dd1b color hex is 0.10, 0.00, 0.88, 0.13. Web safe color of #c6dd1b is #cccc33. Color #c6dd1b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11011101 00011011
Octal 306 335 33
Decimal 198 221 27
Hex C6 DD 1B

RGB Percentages of Color #c6dd1b

%44.39
%49.55
%6.05

CMYK Percentages of Color #c6dd1b

%10
%0
%88
%13

Triadic Colors of #c6dd1b

#c6dd1b #1bc6dd #dd1bc6

Analogous Colors of #c6dd1b

#c6dd1b #65dd1b #dd931b

Monochromatic Colors of #c6dd1b

#c6dd1b

Complementary Color

#c6dd1b #321bdd

#c6dd1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6dd1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6dd1b Color CSS Codes

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

#c6dd1b Text Font Color

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

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


#c6dd1b Background Color

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

This div background color is #c6dd1b


#c6dd1b Border Color

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

This div border color is #c6dd1b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,221,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c6dd1b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c6dd1b;
  -webkit-box-shadow: 1px 1px 3px 2px #c6dd1b;
  box-shadow:         1px 1px 3px 2px #c6dd1b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6dd1b


Comments

No comments written yet.

Please login to write comment.