Color Hex Logo

#cbd272 Color Hex

#CBD272
(203,210,114)
0 Favorites   0 Comments

Color spaces of #cbd272

RGB 203210114
HSL0.180.520.64
HSV64°46°82°
CMYK 0.030.000.46   0.18
XYZ50.712560.004624.8288
Yxy60.00460.37410.4427
Hunter Lab77.4626-18.700935.2199
CIE-Lab81.8407-16.191646.5028

#cbd272 color RGB value is (203,210,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010010 01110010
Octal 313 322 162
Decimal 203 210 114
Hex CB D2 72

RGB Percentages of Color #cbd272

%38.52
%39.85
%21.63

CMYK Percentages of Color #cbd272

%3
%0
%46
%18

Triadic Colors of #cbd272

#cbd272 #72cbd2 #d272cb

Analogous Colors of #cbd272

#cbd272 #9bd272 #d2a972

Monochromatic Colors of #cbd272

#cbd272

Complementary Color

#cbd272 #7972d2

#cbd272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd272 Color CSS Codes

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

#cbd272 Text Font Color

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

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


#cbd272 Background Color

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

This div background color is #cbd272


#cbd272 Border Color

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

This div border color is #cbd272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd272


Comments

No comments written yet.

Please login to write comment.