Color Hex Logo

#cbd66a Color Hex

#CBD66A
(203,214,106)
0 Favorites   0 Comments

Color spaces of #cbd66a

RGB 203214106
HSL0.180.570.63
HSV66°50°84°
CMYK 0.050.000.50   0.16
XYZ51.276761.830322.8675
Yxy61.83030.37710.4547
Hunter Lab78.6322-21.205237.8001
CIE-Lab82.8231-18.927751.5026

#cbd66a color RGB value is (203,214,106).

#cbd66a hex color red value is 203, green value is 214 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #cbd66a hue: 0.18 , saturation: 0.57 and the lightness value of cbd66a is 0.63.

The process color (four color CMYK) of #cbd66a color hex is 0.05, 0.00, 0.50, 0.16. Web safe color of #cbd66a is #cccc66. Color #cbd66a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010110 01101010
Octal 313 326 152
Decimal 203 214 106
Hex CB D6 6A

RGB Percentages of Color #cbd66a

%38.81
%40.92
%20.27

CMYK Percentages of Color #cbd66a

%5
%0
%50
%16

Triadic Colors of #cbd66a

#cbd66a #6acbd6 #d66acb

Analogous Colors of #cbd66a

#cbd66a #95d66a #d6ab6a

Monochromatic Colors of #cbd66a

#cbd66a

Complementary Color

#cbd66a #756ad6

#cbd66a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd66a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd66a Color CSS Codes

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

#cbd66a Text Font Color

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

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


#cbd66a Background Color

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

This div background color is #cbd66a


#cbd66a Border Color

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

This div border color is #cbd66a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd66a


Comments

No comments written yet.

Please login to write comment.