Color Hex Logo

#cbd461 Color Hex

#CBD461
(203,212,97)
0 Favorites   0 Comments

Color spaces of #cbd461

RGB 20321297
HSL0.180.570.61
HSV65°54°83°
CMYK 0.040.000.54   0.17
XYZ50.329860.646520.3626
Yxy60.64650.38320.4618
Hunter Lab77.8759-20.921439.0102
CIE-Lab82.1883-18.712854.9179

#cbd461 color RGB value is (203,212,97).

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

The process color (four color CMYK) of #cbd461 color hex is 0.04, 0.00, 0.54, 0.17. Web safe color of #cbd461 is #cccc66. Color #cbd461 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010100 01100001
Octal 313 324 141
Decimal 203 212 97
Hex CB D4 61

RGB Percentages of Color #cbd461

%39.65
%41.41
%18.95

CMYK Percentages of Color #cbd461

%4
%0
%54
%17

Triadic Colors of #cbd461

#cbd461 #61cbd4 #d461cb

Analogous Colors of #cbd461

#cbd461 #92d461 #d4a461

Monochromatic Colors of #cbd461

#cbd461

Complementary Color

#cbd461 #6a61d4

#cbd461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd461 Color CSS Codes

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

#cbd461 Text Font Color

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

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


#cbd461 Background Color

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

This div background color is #cbd461


#cbd461 Border Color

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

This div border color is #cbd461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd461


Comments

No comments written yet.

Please login to write comment.