Color Hex Logo

#cbd842 Color Hex

#CBD842
(203,216,66)
0 Favorites   0 Comments

Color spaces of #cbd842

RGB 20321666
HSL0.180.660.55
HSV65°69°85°
CMYK 0.060.000.69   0.15
XYZ50.167862.201614.5162
Yxy62.20160.39540.4902
Hunter Lab78.8680-24.475444.2949
CIE-Lab83.0205-22.734268.5540

#cbd842 color RGB value is (203,216,66).

#cbd842 hex color red value is 203, green value is 216 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #cbd842 hue: 0.18 , saturation: 0.66 and the lightness value of cbd842 is 0.55.

The process color (four color CMYK) of #cbd842 color hex is 0.06, 0.00, 0.69, 0.15. Web safe color of #cbd842 is #cccc33. Color #cbd842 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011000 01000010
Octal 313 330 102
Decimal 203 216 66
Hex CB D8 42

RGB Percentages of Color #cbd842

%41.86
%44.54
%13.61

CMYK Percentages of Color #cbd842

%6
%0
%69
%15

Triadic Colors of #cbd842

#cbd842 #42cbd8 #d842cb

Analogous Colors of #cbd842

#cbd842 #80d842 #d89a42

Monochromatic Colors of #cbd842

#cbd842

Complementary Color

#cbd842 #4f42d8

#cbd842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd842 Color CSS Codes

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

#cbd842 Text Font Color

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

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


#cbd842 Background Color

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

This div background color is #cbd842


#cbd842 Border Color

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

This div border color is #cbd842


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd842


Comments

No comments written yet.

Please login to write comment.