Color Hex Logo

#cbd475 Color Hex

#CBD475
(203,212,117)
0 Favorites   0 Comments

Color spaces of #cbd475

RGB 203212117
HSL0.180.520.65
HSV66°45°83°
CMYK 0.040.000.45   0.17
XYZ51.383061.067825.9087
Yxy61.06780.37140.4414
Hunter Lab78.1459-19.386835.0450
CIE-Lab82.4152-16.888445.7469

#cbd475 color RGB value is (203,212,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010100 01110101
Octal 313 324 165
Decimal 203 212 117
Hex CB D4 75

RGB Percentages of Color #cbd475

%38.16
%39.85
%21.99

CMYK Percentages of Color #cbd475

%4
%0
%45
%17

Triadic Colors of #cbd475

#cbd475 #75cbd4 #d475cb

Analogous Colors of #cbd475

#cbd475 #9cd475 #d4ae75

Monochromatic Colors of #cbd475

#cbd475

Complementary Color

#cbd475 #7e75d4

#cbd475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd475 Color CSS Codes

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

#cbd475 Text Font Color

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

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


#cbd475 Background Color

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

This div background color is #cbd475


#cbd475 Border Color

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

This div border color is #cbd475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd475


Comments

No comments written yet.

Please login to write comment.