Color Hex Logo

#cbd431 Color Hex

#CBD431
(203,212,49)
0 Favorites   0 Comments

Color spaces of #cbd431

RGB 20321249
HSL0.180.650.51
HSV63°77°83°
CMYK 0.040.000.77   0.17
XYZ48.726560.005211.9197
Yxy60.00520.40390.4973
Hunter Lab77.4630-23.278645.1008
CIE-Lab81.8410-21.557573.0164

#cbd431 color RGB value is (203,212,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010100 00110001
Octal 313 324 61
Decimal 203 212 49
Hex CB D4 31

RGB Percentages of Color #cbd431

%43.75
%45.69
%10.56

CMYK Percentages of Color #cbd431

%4
%0
%77
%17

Triadic Colors of #cbd431

#cbd431 #31cbd4 #d431cb

Analogous Colors of #cbd431

#cbd431 #7ad431 #d48c31

Monochromatic Colors of #cbd431

#cbd431

Complementary Color

#cbd431 #3a31d4

#cbd431 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd431 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd431 Color CSS Codes

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

#cbd431 Text Font Color

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

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


#cbd431 Background Color

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

This div background color is #cbd431


#cbd431 Border Color

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

This div border color is #cbd431


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd431

#cbd431 Color Palettes


Comments

No comments written yet.

Please login to write comment.