Color Hex Logo

#cbd242 Color Hex

#CBD242
(203,210,66)
0 Favorites   0 Comments

Color spaces of #cbd242

RGB 20321066
HSL0.170.620.54
HSV63°69°82°
CMYK 0.030.000.69   0.18
XYZ48.658659.183014.0131
Yxy59.18300.39930.4857
Hunter Lab76.9305-21.727043.0515
CIE-Lab81.3921-19.808466.9406

#cbd242 color RGB value is (203,210,66).

#cbd242 hex color red value is 203, green value is 210 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #cbd242 hue: 0.17 , saturation: 0.62 and the lightness value of cbd242 is 0.54.

The process color (four color CMYK) of #cbd242 color hex is 0.03, 0.00, 0.69, 0.18. Web safe color of #cbd242 is #cccc33. Color #cbd242 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010010 01000010
Octal 313 322 102
Decimal 203 210 66
Hex CB D2 42

RGB Percentages of Color #cbd242

%42.38
%43.84
%13.78

CMYK Percentages of Color #cbd242

%3
%0
%69
%18

Triadic Colors of #cbd242

#cbd242 #42cbd2 #d242cb

Analogous Colors of #cbd242

#cbd242 #83d242 #d29142

Monochromatic Colors of #cbd242

#cbd242

Complementary Color

#cbd242 #4942d2

#cbd242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd242 Color CSS Codes

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

#cbd242 Text Font Color

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

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


#cbd242 Background Color

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

This div background color is #cbd242


#cbd242 Border Color

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

This div border color is #cbd242


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,210,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 #cbd242">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd242


Comments

No comments written yet.

Please login to write comment.