Color Hex Logo

#cbd066 Color Hex

#CBD066
(203,208,102)
0 Favorites   0 Comments

Color spaces of #cbd066

RGB 203208102
HSL0.170.530.61
HSV63°51°82°
CMYK 0.020.000.51   0.18
XYZ49.582858.767621.3004
Yxy58.76760.38240.4533
Hunter Lab76.6600-18.703437.1880
CIE-Lab81.1637-16.307451.4217

#cbd066 color RGB value is (203,208,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010000 01100110
Octal 313 320 146
Decimal 203 208 102
Hex CB D0 66

RGB Percentages of Color #cbd066

%39.57
%40.55
%19.88

CMYK Percentages of Color #cbd066

%2
%0
%51
%18

Triadic Colors of #cbd066

#cbd066 #66cbd0 #d066cb

Analogous Colors of #cbd066

#cbd066 #96d066 #d0a066

Monochromatic Colors of #cbd066

#cbd066

Complementary Color

#cbd066 #6b66d0

#cbd066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd066 Color CSS Codes

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

#cbd066 Text Font Color

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

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


#cbd066 Background Color

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

This div background color is #cbd066


#cbd066 Border Color

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

This div border color is #cbd066


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,208,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 #cbd066">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd066


Comments

No comments written yet.

Please login to write comment.