Color Hex Logo

#cbd166 Color Hex

#CBD166
(203,209,102)
0 Favorites   0 Comments

Color spaces of #cbd166

RGB 203209102
HSL0.180.540.61
HSV63°51°82°
CMYK 0.030.000.51   0.18
XYZ49.827359.256721.3819
Yxy59.25670.38190.4542
Hunter Lab76.9784-19.171037.4162
CIE-Lab81.4325-16.805651.7373

#cbd166 color RGB value is (203,209,102).

#cbd166 hex color red value is 203, green value is 209 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #cbd166 hue: 0.18 , saturation: 0.54 and the lightness value of cbd166 is 0.61.

The process color (four color CMYK) of #cbd166 color hex is 0.03, 0.00, 0.51, 0.18. Web safe color of #cbd166 is #cccc66. Color #cbd166 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010001 01100110
Octal 313 321 146
Decimal 203 209 102
Hex CB D1 66

RGB Percentages of Color #cbd166

%39.49
%40.66
%19.84

CMYK Percentages of Color #cbd166

%3
%0
%51
%18

Triadic Colors of #cbd166

#cbd166 #66cbd1 #d166cb

Analogous Colors of #cbd166

#cbd166 #96d166 #d1a266

Monochromatic Colors of #cbd166

#cbd166

Complementary Color

#cbd166 #6c66d1

#cbd166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd166 Color CSS Codes

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

#cbd166 Text Font Color

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

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


#cbd166 Background Color

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

This div background color is #cbd166


#cbd166 Border Color

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

This div border color is #cbd166


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd166


Comments

No comments written yet.

Please login to write comment.