Color Hex Logo

#cbd841 Color Hex

#CBD841
(203,216,65)
0 Favorites   0 Comments

Color spaces of #cbd841

RGB 20321665
HSL0.180.660.55
HSV65°70°85°
CMYK 0.060.000.70   0.15
XYZ50.138662.189914.3623
Yxy62.18990.39580.4909
Hunter Lab78.8606-24.517944.4043
CIE-Lab83.0143-22.785968.9057

#cbd841 color RGB value is (203,216,65).

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

The process color (four color CMYK) of #cbd841 color hex is 0.06, 0.00, 0.70, 0.15. Web safe color of #cbd841 is #cccc33. Color #cbd841 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011000 01000001
Octal 313 330 101
Decimal 203 216 65
Hex CB D8 41

RGB Percentages of Color #cbd841

%41.94
%44.63
%13.43

CMYK Percentages of Color #cbd841

%6
%0
%70
%15

Triadic Colors of #cbd841

#cbd841 #41cbd8 #d841cb

Analogous Colors of #cbd841

#cbd841 #80d841 #d89a41

Monochromatic Colors of #cbd841

#cbd841

Complementary Color

#cbd841 #4e41d8

#cbd841 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd841 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd841 Color CSS Codes

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

#cbd841 Text Font Color

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

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


#cbd841 Background Color

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

This div background color is #cbd841


#cbd841 Border Color

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

This div border color is #cbd841


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd841


Comments

No comments written yet.

Please login to write comment.