Color Hex Logo

#cbd498 Color Hex

#CBD498
(203,212,152)
0 Favorites   0 Comments

Color spaces of #cbd498

RGB 203212152
HSL0.190.410.71
HSV69°28°83°
CMYK 0.040.000.28   0.17
XYZ53.839662.050538.8451
Yxy62.05050.34790.4010
Hunter Lab78.7721-15.849125.9027
CIE-Lab82.9403-12.761328.7391

#cbd498 color RGB value is (203,212,152).

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

The process color (four color CMYK) of #cbd498 color hex is 0.04, 0.00, 0.28, 0.17. Web safe color of #cbd498 is #cccc99. Color #cbd498 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010100 10011000
Octal 313 324 230
Decimal 203 212 152
Hex CB D4 98

RGB Percentages of Color #cbd498

%35.80
%37.39
%26.81

CMYK Percentages of Color #cbd498

%4
%0
%28
%17

Triadic Colors of #cbd498

#cbd498 #98cbd4 #d498cb

Analogous Colors of #cbd498

#cbd498 #add498 #d4bf98

Monochromatic Colors of #cbd498

#cbd498

Complementary Color

#cbd498 #a198d4

#cbd498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd498 Color CSS Codes

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

#cbd498 Text Font Color

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

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


#cbd498 Background Color

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

This div background color is #cbd498


#cbd498 Border Color

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

This div border color is #cbd498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd498

#cbd498 Color Palettes


Comments

No comments written yet.

Please login to write comment.