Color Hex Logo

#cbd61a Color Hex

#CBD61A
(203,214,26)
0 Favorites   0 Comments

Color spaces of #cbd61a

RGB 20321426
HSL0.180.780.47
HSV64°88°84°
CMYK 0.050.000.88   0.16
XYZ48.861660.864210.1500
Yxy60.86420.40760.5077
Hunter Lab78.0155-24.731546.8971
CIE-Lab82.3057-23.190978.8083

#cbd61a color RGB value is (203,214,26).

#cbd61a hex color red value is 203, green value is 214 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #cbd61a hue: 0.18 , saturation: 0.78 and the lightness value of cbd61a is 0.47.

The process color (four color CMYK) of #cbd61a color hex is 0.05, 0.00, 0.88, 0.16. Web safe color of #cbd61a is #cccc33. Color #cbd61a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010110 00011010
Octal 313 326 32
Decimal 203 214 26
Hex CB D6 1A

RGB Percentages of Color #cbd61a

%45.82
%48.31
%5.87

CMYK Percentages of Color #cbd61a

%5
%0
%88
%16

Triadic Colors of #cbd61a

#cbd61a #1acbd6 #d61acb

Analogous Colors of #cbd61a

#cbd61a #6dd61a #d6831a

Monochromatic Colors of #cbd61a

#cbd61a

Complementary Color

#cbd61a #251ad6

#cbd61a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd61a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd61a Color CSS Codes

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

#cbd61a Text Font Color

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

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


#cbd61a Background Color

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

This div background color is #cbd61a


#cbd61a Border Color

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

This div border color is #cbd61a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,214,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbd61a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbd61a;
  -webkit-box-shadow: 1px 1px 3px 2px #cbd61a;
  box-shadow:         1px 1px 3px 2px #cbd61a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd61a


Comments

No comments written yet.

Please login to write comment.