Color Hex Logo

#cbd421 Color Hex

#CBD421
(203,212,33)
0 Favorites   0 Comments

Color spaces of #cbd421

RGB 20321233
HSL0.180.730.48
HSV63°84°83°
CMYK 0.040.000.84   0.17
XYZ48.446659.893310.4460
Yxy59.89330.40780.5042
Hunter Lab77.3908-23.692946.1707
CIE-Lab81.7802-22.062977.0291

#cbd421 color RGB value is (203,212,33).

#cbd421 hex color red value is 203, green value is 212 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #cbd421 hue: 0.18 , saturation: 0.73 and the lightness value of cbd421 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010100 00100001
Octal 313 324 41
Decimal 203 212 33
Hex CB D4 21

RGB Percentages of Color #cbd421

%45.31
%47.32
%7.37

CMYK Percentages of Color #cbd421

%4
%0
%84
%17

Triadic Colors of #cbd421

#cbd421 #21cbd4 #d421cb

Analogous Colors of #cbd421

#cbd421 #72d421 #d48421

Monochromatic Colors of #cbd421

#cbd421

Complementary Color

#cbd421 #2a21d4

#cbd421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd421 Color CSS Codes

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

#cbd421 Text Font Color

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

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


#cbd421 Background Color

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

This div background color is #cbd421


#cbd421 Border Color

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

This div border color is #cbd421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd421


Comments

No comments written yet.

Please login to write comment.