Color Hex Logo

#cbd355 Color Hex

#CBD355
(203,211,85)
0 Favorites   0 Comments

Color spaces of #cbd355

RGB 20321185
HSL0.180.590.58
HSV64°60°83°
CMYK 0.040.000.60   0.17
XYZ49.562659.940917.5519
Yxy59.94090.39010.4718
Hunter Lab77.4215-21.218040.7537
CIE-Lab81.8061-19.130959.7837

#cbd355 color RGB value is (203,211,85).

#cbd355 hex color red value is 203, green value is 211 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #cbd355 hue: 0.18 , saturation: 0.59 and the lightness value of cbd355 is 0.58.

The process color (four color CMYK) of #cbd355 color hex is 0.04, 0.00, 0.60, 0.17. Web safe color of #cbd355 is #cccc66. Color #cbd355 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010011 01010101
Octal 313 323 125
Decimal 203 211 85
Hex CB D3 55

RGB Percentages of Color #cbd355

%40.68
%42.28
%17.03

CMYK Percentages of Color #cbd355

%4
%0
%60
%17

Triadic Colors of #cbd355

#cbd355 #55cbd3 #d355cb

Analogous Colors of #cbd355

#cbd355 #8cd355 #d39c55

Monochromatic Colors of #cbd355

#cbd355

Complementary Color

#cbd355 #5d55d3

#cbd355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd355 Color CSS Codes

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

#cbd355 Text Font Color

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

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


#cbd355 Background Color

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

This div background color is #cbd355


#cbd355 Border Color

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

This div border color is #cbd355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd355


Comments

No comments written yet.

Please login to write comment.