Color Hex Logo

#cbd441 Color Hex

#CBD441
(203,212,65)
0 Favorites   0 Comments

Color spaces of #cbd441

RGB 20321265
HSL0.180.630.54
HSV64°69°83°
CMYK 0.040.000.69   0.17
XYZ49.126260.165114.0248
Yxy60.16510.39840.4879
Hunter Lab77.5662-22.688643.5760
CIE-Lab81.9278-20.840667.8363

#cbd441 color RGB value is (203,212,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010100 01000001
Octal 313 324 101
Decimal 203 212 65
Hex CB D4 41

RGB Percentages of Color #cbd441

%42.29
%44.17
%13.54

CMYK Percentages of Color #cbd441

%4
%0
%69
%17

Triadic Colors of #cbd441

#cbd441 #41cbd4 #d441cb

Analogous Colors of #cbd441

#cbd441 #82d441 #d49441

Monochromatic Colors of #cbd441

#cbd441

Complementary Color

#cbd441 #4a41d4

#cbd441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd441 Color CSS Codes

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

#cbd441 Text Font Color

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

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


#cbd441 Background Color

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

This div background color is #cbd441


#cbd441 Border Color

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

This div border color is #cbd441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd441


Comments

No comments written yet.

Please login to write comment.