Color Hex Logo

#cbd255 Color Hex

#CBD255
(203,210,85)
0 Favorites   0 Comments

Color spaces of #cbd255

RGB 20321085
HSL0.180.580.58
HSV63°60°82°
CMYK 0.030.000.60   0.18
XYZ49.314959.445617.4693
Yxy59.44560.39070.4709
Hunter Lab77.1010-20.755540.5369
CIE-Lab81.5359-18.638159.4890

#cbd255 color RGB value is (203,210,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010010 01010101
Octal 313 322 125
Decimal 203 210 85
Hex CB D2 55

RGB Percentages of Color #cbd255

%40.76
%42.17
%17.07

CMYK Percentages of Color #cbd255

%3
%0
%60
%18

Triadic Colors of #cbd255

#cbd255 #55cbd2 #d255cb

Analogous Colors of #cbd255

#cbd255 #8dd255 #d29b55

Monochromatic Colors of #cbd255

#cbd255

Complementary Color

#cbd255 #5c55d2

#cbd255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd255 Color CSS Codes

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

#cbd255 Text Font Color

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

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


#cbd255 Background Color

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

This div background color is #cbd255


#cbd255 Border Color

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

This div border color is #cbd255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd255


Comments

No comments written yet.

Please login to write comment.