Color Hex Logo

#cbd868 Color Hex

#CBD868
(203,216,104)
0 Favorites   0 Comments

Color spaces of #cbd868

RGB 203216104
HSL0.190.590.63
HSV67°52°85°
CMYK 0.060.000.52   0.15
XYZ51.683262.807722.4958
Yxy62.80770.37730.4585
Hunter Lab79.2513-22.282238.6462
CIE-Lab83.3411-20.087753.0434

#cbd868 color RGB value is (203,216,104).

#cbd868 hex color red value is 203, green value is 216 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #cbd868 hue: 0.19 , saturation: 0.59 and the lightness value of cbd868 is 0.63.

The process color (four color CMYK) of #cbd868 color hex is 0.06, 0.00, 0.52, 0.15. Web safe color of #cbd868 is #cccc66. Color #cbd868 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011000 01101000
Octal 313 330 150
Decimal 203 216 104
Hex CB D8 68

RGB Percentages of Color #cbd868

%38.81
%41.30
%19.89

CMYK Percentages of Color #cbd868

%6
%0
%52
%15

Triadic Colors of #cbd868

#cbd868 #68cbd8 #d868cb

Analogous Colors of #cbd868

#cbd868 #93d868 #d8ad68

Monochromatic Colors of #cbd868

#cbd868

Complementary Color

#cbd868 #7568d8

#cbd868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd868 Color CSS Codes

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

#cbd868 Text Font Color

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

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


#cbd868 Background Color

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

This div background color is #cbd868


#cbd868 Border Color

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

This div border color is #cbd868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd868


Comments

No comments written yet.

Please login to write comment.