Color Hex Logo

#cbd448 Color Hex

#CBD448
(203,212,72)
0 Favorites   0 Comments

Color spaces of #cbd448

RGB 20321272
HSL0.180.620.56
HSV64°66°83°
CMYK 0.040.000.66   0.17
XYZ49.341860.251415.1600
Yxy60.25140.39550.4830
Hunter Lab77.6218-22.371142.7555
CIE-Lab81.9746-20.456265.2622

#cbd448 color RGB value is (203,212,72).

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

The process color (four color CMYK) of #cbd448 color hex is 0.04, 0.00, 0.66, 0.17. Web safe color of #cbd448 is #cccc33. Color #cbd448 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010100 01001000
Octal 313 324 110
Decimal 203 212 72
Hex CB D4 48

RGB Percentages of Color #cbd448

%41.68
%43.53
%14.78

CMYK Percentages of Color #cbd448

%4
%0
%66
%17

Triadic Colors of #cbd448

#cbd448 #48cbd4 #d448cb

Analogous Colors of #cbd448

#cbd448 #85d448 #d49748

Monochromatic Colors of #cbd448

#cbd448

Complementary Color

#cbd448 #5148d4

#cbd448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd448 Color CSS Codes

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

#cbd448 Text Font Color

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

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


#cbd448 Background Color

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

This div background color is #cbd448


#cbd448 Border Color

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

This div border color is #cbd448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd448


Comments

No comments written yet.

Please login to write comment.