Color Hex Logo

#cbd324 Color Hex

#CBD324
(203,211,36)
0 Favorites   0 Comments

Color spaces of #cbd324

RGB 20321136
HSL0.170.710.48
HSV63°83°83°
CMYK 0.040.000.83   0.17
XYZ48.241359.412410.5942
Yxy59.41240.40800.5024
Hunter Lab77.0794-23.172245.8065
CIE-Lab81.5178-21.496876.1457

#cbd324 color RGB value is (203,211,36).

#cbd324 hex color red value is 203, green value is 211 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #cbd324 hue: 0.17 , saturation: 0.71 and the lightness value of cbd324 is 0.48.

The process color (four color CMYK) of #cbd324 color hex is 0.04, 0.00, 0.83, 0.17. Web safe color of #cbd324 is #cccc33. Color #cbd324 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010011 00100100
Octal 313 323 44
Decimal 203 211 36
Hex CB D3 24

RGB Percentages of Color #cbd324

%45.11
%46.89
%8.00

CMYK Percentages of Color #cbd324

%4
%0
%83
%17

Triadic Colors of #cbd324

#cbd324 #24cbd3 #d324cb

Analogous Colors of #cbd324

#cbd324 #74d324 #d38424

Monochromatic Colors of #cbd324

#cbd324

Complementary Color

#cbd324 #2c24d3

#cbd324 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd324 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd324 Color CSS Codes

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

#cbd324 Text Font Color

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

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


#cbd324 Background Color

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

This div background color is #cbd324


#cbd324 Border Color

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

This div border color is #cbd324


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd324


Comments

No comments written yet.

Please login to write comment.