Color Hex Logo

#cbd994 Color Hex

#CBD994
(203,217,148)
0 Favorites   0 Comments

Color spaces of #cbd994

RGB 203217148
HSL0.200.480.72
HSV72°32°85°
CMYK 0.060.000.32   0.15
XYZ54.786864.460337.5715
Yxy64.46030.34940.4111
Hunter Lab80.2872-18.696728.4554
CIE-Lab84.2049-15.800132.4869

#cbd994 color RGB value is (203,217,148).

#cbd994 hex color red value is 203, green value is 217 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #cbd994 hue: 0.20 , saturation: 0.48 and the lightness value of cbd994 is 0.72.

The process color (four color CMYK) of #cbd994 color hex is 0.06, 0.00, 0.32, 0.15. Web safe color of #cbd994 is #cccc99. Color #cbd994 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011001 10010100
Octal 313 331 224
Decimal 203 217 148
Hex CB D9 94

RGB Percentages of Color #cbd994

%35.74
%38.20
%26.06

CMYK Percentages of Color #cbd994

%6
%0
%32
%15

Triadic Colors of #cbd994

#cbd994 #94cbd9 #d994cb

Analogous Colors of #cbd994

#cbd994 #a9d994 #d9c594

Monochromatic Colors of #cbd994

#cbd994

Complementary Color

#cbd994 #a294d9

#cbd994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd994 Color CSS Codes

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

#cbd994 Text Font Color

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

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


#cbd994 Background Color

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

This div background color is #cbd994


#cbd994 Border Color

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

This div border color is #cbd994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd994


Comments

No comments written yet.

Please login to write comment.