Color Hex Logo

#cbd05b Color Hex

#CBD05B
(203,208,91)
0 Favorites   0 Comments

Color spaces of #cbd05b

RGB 20320891
HSL0.170.550.59
HSV63°56°82°
CMYK 0.020.000.56   0.18
XYZ49.072858.563618.6150
Yxy58.56360.38870.4639
Hunter Lab76.5269-19.459039.1466
CIE-Lab81.0511-17.207156.3275

#cbd05b color RGB value is (203,208,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010000 01011011
Octal 313 320 133
Decimal 203 208 91
Hex CB D0 5B

RGB Percentages of Color #cbd05b

%40.44
%41.43
%18.13

CMYK Percentages of Color #cbd05b

%2
%0
%56
%18

Triadic Colors of #cbd05b

#cbd05b #5bcbd0 #d05bcb

Analogous Colors of #cbd05b

#cbd05b #91d05b #d09b5b

Monochromatic Colors of #cbd05b

#cbd05b

Complementary Color

#cbd05b #605bd0

#cbd05b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd05b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd05b Color CSS Codes

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

#cbd05b Text Font Color

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

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


#cbd05b Background Color

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

This div background color is #cbd05b


#cbd05b Border Color

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

This div border color is #cbd05b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd05b


Comments

No comments written yet.

Please login to write comment.