Color Hex Logo

#cbd253 Color Hex

#CBD253
(203,210,83)
0 Favorites   0 Comments

Color spaces of #cbd253

RGB 20321083
HSL0.180.590.57
HSV63°60°82°
CMYK 0.030.000.60   0.18
XYZ49.236559.414217.0567
Yxy59.41420.39170.4726
Hunter Lab77.0806-20.871340.8365
CIE-Lab81.5187-18.777160.3218

#cbd253 color RGB value is (203,210,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010010 01010011
Octal 313 322 123
Decimal 203 210 83
Hex CB D2 53

RGB Percentages of Color #cbd253

%40.93
%42.34
%16.73

CMYK Percentages of Color #cbd253

%3
%0
%60
%18

Triadic Colors of #cbd253

#cbd253 #53cbd2 #d253cb

Analogous Colors of #cbd253

#cbd253 #8cd253 #d29a53

Monochromatic Colors of #cbd253

#cbd253

Complementary Color

#cbd253 #5a53d2

#cbd253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd253 Color CSS Codes

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

#cbd253 Text Font Color

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

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


#cbd253 Background Color

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

This div background color is #cbd253


#cbd253 Border Color

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

This div border color is #cbd253


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd253


Comments

No comments written yet.

Please login to write comment.