Color Hex Logo

#cbd275 Color Hex

#CBD275
(203,210,117)
0 Favorites   0 Comments

Color spaces of #cbd275

RGB 203210117
HSL0.180.510.64
HSV65°44°82°
CMYK 0.030.000.44   0.18
XYZ50.886160.074125.7431
Yxy60.07410.37220.4394
Hunter Lab77.5075-18.447234.5628
CIE-Lab81.8784-15.892245.0862

#cbd275 color RGB value is (203,210,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010010 01110101
Octal 313 322 165
Decimal 203 210 117
Hex CB D2 75

RGB Percentages of Color #cbd275

%38.30
%39.62
%22.08

CMYK Percentages of Color #cbd275

%3
%0
%44
%18

Triadic Colors of #cbd275

#cbd275 #75cbd2 #d275cb

Analogous Colors of #cbd275

#cbd275 #9dd275 #d2ab75

Monochromatic Colors of #cbd275

#cbd275

Complementary Color

#cbd275 #7c75d2

#cbd275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd275 Color CSS Codes

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

#cbd275 Text Font Color

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

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


#cbd275 Background Color

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

This div background color is #cbd275


#cbd275 Border Color

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

This div border color is #cbd275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd275


Comments

No comments written yet.

Please login to write comment.