Color Hex Logo

#cbd296 Color Hex

#CBD296
(203,210,150)
0 Favorites   0 Comments

Color spaces of #cbd296

RGB 203210150
HSL0.190.400.71
HSV67°29°82°
CMYK 0.030.000.29   0.18
XYZ53.180260.991737.8238
Yxy60.99170.34990.4013
Hunter Lab78.0972-15.120725.9529
CIE-Lab82.3743-12.017629.0174

#cbd296 color RGB value is (203,210,150).

#cbd296 hex color red value is 203, green value is 210 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #cbd296 hue: 0.19 , saturation: 0.40 and the lightness value of cbd296 is 0.71.

The process color (four color CMYK) of #cbd296 color hex is 0.03, 0.00, 0.29, 0.18. Web safe color of #cbd296 is #cccc99. Color #cbd296 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010010 10010110
Octal 313 322 226
Decimal 203 210 150
Hex CB D2 96

RGB Percentages of Color #cbd296

%36.06
%37.30
%26.64

CMYK Percentages of Color #cbd296

%3
%0
%29
%18

Triadic Colors of #cbd296

#cbd296 #96cbd2 #d296cb

Analogous Colors of #cbd296

#cbd296 #add296 #d2bb96

Monochromatic Colors of #cbd296

#cbd296

Complementary Color

#cbd296 #9d96d2

#cbd296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd296 Color CSS Codes

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

#cbd296 Text Font Color

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

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


#cbd296 Background Color

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

This div background color is #cbd296


#cbd296 Border Color

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

This div border color is #cbd296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd296


Comments

No comments written yet.

Please login to write comment.