Color Hex Logo

#cbd698 Color Hex

#CBD698
(203,214,152)
0 Favorites   0 Comments

Color spaces of #cbd698

RGB 203214152
HSL0.200.430.72
HSV71°29°84°
CMYK 0.050.000.29   0.16
XYZ54.342763.056639.0127
Yxy63.05660.34740.4031
Hunter Lab79.4082-16.808526.4570
CIE-Lab83.4722-13.769329.4524

#cbd698 color RGB value is (203,214,152).

#cbd698 hex color red value is 203, green value is 214 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #cbd698 hue: 0.20 , saturation: 0.43 and the lightness value of cbd698 is 0.72.

The process color (four color CMYK) of #cbd698 color hex is 0.05, 0.00, 0.29, 0.16. Web safe color of #cbd698 is #cccc99. Color #cbd698 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010110 10011000
Octal 313 326 230
Decimal 203 214 152
Hex CB D6 98

RGB Percentages of Color #cbd698

%35.68
%37.61
%26.71

CMYK Percentages of Color #cbd698

%5
%0
%29
%16

Triadic Colors of #cbd698

#cbd698 #98cbd6 #d698cb

Analogous Colors of #cbd698

#cbd698 #acd698 #d6c298

Monochromatic Colors of #cbd698

#cbd698

Complementary Color

#cbd698 #a398d6

#cbd698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd698 Color CSS Codes

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

#cbd698 Text Font Color

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

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


#cbd698 Background Color

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

This div background color is #cbd698


#cbd698 Border Color

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

This div border color is #cbd698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd698


Comments

No comments written yet.

Please login to write comment.