Color Hex Logo

#cbd68f Color Hex

#CBD68F
(203,214,143)
0 Favorites   0 Comments

Color spaces of #cbd68f

RGB 203214143
HSL0.190.460.70
HSV69°33°84°
CMYK 0.050.000.33   0.16
XYZ53.633162.772835.2762
Yxy62.77280.35360.4138
Hunter Lab79.2293-17.818329.0621
CIE-Lab83.3227-14.939333.8828

#cbd68f color RGB value is (203,214,143).

#cbd68f hex color red value is 203, green value is 214 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #cbd68f hue: 0.19 , saturation: 0.46 and the lightness value of cbd68f is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010110 10001111
Octal 313 326 217
Decimal 203 214 143
Hex CB D6 8F

RGB Percentages of Color #cbd68f

%36.25
%38.21
%25.54

CMYK Percentages of Color #cbd68f

%5
%0
%33
%16

Triadic Colors of #cbd68f

#cbd68f #8fcbd6 #d68fcb

Analogous Colors of #cbd68f

#cbd68f #a8d68f #d6be8f

Monochromatic Colors of #cbd68f

#cbd68f

Complementary Color

#cbd68f #9a8fd6

#cbd68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd68f Color CSS Codes

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

#cbd68f Text Font Color

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

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


#cbd68f Background Color

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

This div background color is #cbd68f


#cbd68f Border Color

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

This div border color is #cbd68f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd68f


Comments

No comments written yet.

Please login to write comment.