Color Hex Logo

#cbd06e Color Hex

#CBD06E
(203,208,110)
0 Favorites   0 Comments

Color spaces of #cbd06e

RGB 203208110
HSL0.180.510.62
HSV63°47°82°
CMYK 0.020.000.47   0.18
XYZ49.998958.934023.4920
Yxy58.93400.37760.4450
Hunter Lab76.7685-18.088835.5945
CIE-Lab81.2553-15.579647.7270

#cbd06e color RGB value is (203,208,110).

#cbd06e hex color red value is 203, green value is 208 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #cbd06e hue: 0.18 , saturation: 0.51 and the lightness value of cbd06e is 0.62.

The process color (four color CMYK) of #cbd06e color hex is 0.02, 0.00, 0.47, 0.18. Web safe color of #cbd06e is #cccc66. Color #cbd06e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010000 01101110
Octal 313 320 156
Decimal 203 208 110
Hex CB D0 6E

RGB Percentages of Color #cbd06e

%38.96
%39.92
%21.11

CMYK Percentages of Color #cbd06e

%2
%0
%47
%18

Triadic Colors of #cbd06e

#cbd06e #6ecbd0 #d06ecb

Analogous Colors of #cbd06e

#cbd06e #9ad06e #d0a46e

Monochromatic Colors of #cbd06e

#cbd06e

Complementary Color

#cbd06e #736ed0

#cbd06e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd06e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd06e Color CSS Codes

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

#cbd06e Text Font Color

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

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


#cbd06e Background Color

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

This div background color is #cbd06e


#cbd06e Border Color

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

This div border color is #cbd06e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd06e


Comments

No comments written yet.

Please login to write comment.