Color Hex Logo

#cbd298 Color Hex

#CBD298
(203,210,152)
0 Favorites   0 Comments

Color spaces of #cbd298

RGB 203210152
HSL0.190.390.71
HSV67°28°82°
CMYK 0.030.000.28   0.18
XYZ53.342761.056738.6794
Yxy61.05670.34850.3989
Hunter Lab78.1388-14.887025.3481
CIE-Lab82.4092-11.749028.0254

#cbd298 color RGB value is (203,210,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010010 10011000
Octal 313 322 230
Decimal 203 210 152
Hex CB D2 98

RGB Percentages of Color #cbd298

%35.93
%37.17
%26.90

CMYK Percentages of Color #cbd298

%3
%0
%28
%18

Triadic Colors of #cbd298

#cbd298 #98cbd2 #d298cb

Analogous Colors of #cbd298

#cbd298 #aed298 #d2bc98

Monochromatic Colors of #cbd298

#cbd298

Complementary Color

#cbd298 #9f98d2

#cbd298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd298 Color CSS Codes

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

#cbd298 Text Font Color

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

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


#cbd298 Background Color

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

This div background color is #cbd298


#cbd298 Border Color

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

This div border color is #cbd298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd298


Comments

No comments written yet.

Please login to write comment.