Color Hex Logo

#cbd473 Color Hex

#CBD473
(203,212,115)
0 Favorites   0 Comments

Color spaces of #cbd473

RGB 203212115
HSL0.180.530.64
HSV66°46°83°
CMYK 0.040.000.46   0.17
XYZ51.266661.021325.2959
Yxy61.02130.37260.4435
Hunter Lab78.1161-19.556035.4818
CIE-Lab82.3902-17.088546.6888

#cbd473 color RGB value is (203,212,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010100 01110011
Octal 313 324 163
Decimal 203 212 115
Hex CB D4 73

RGB Percentages of Color #cbd473

%38.30
%40.00
%21.70

CMYK Percentages of Color #cbd473

%4
%0
%46
%17

Triadic Colors of #cbd473

#cbd473 #73cbd4 #d473cb

Analogous Colors of #cbd473

#cbd473 #9bd473 #d4ad73

Monochromatic Colors of #cbd473

#cbd473

Complementary Color

#cbd473 #7c73d4

#cbd473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd473 Color CSS Codes

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

#cbd473 Text Font Color

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

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


#cbd473 Background Color

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

This div background color is #cbd473


#cbd473 Border Color

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

This div border color is #cbd473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd473


Comments

No comments written yet.

Please login to write comment.