Color Hex Logo

#cbd254 Color Hex

#CBD254
(203,210,84)
0 Favorites   0 Comments

Color spaces of #cbd254

RGB 20321084
HSL0.180.580.58
HSV63°60°82°
CMYK 0.030.000.60   0.18
XYZ49.275459.429817.2615
Yxy59.42980.39120.4718
Hunter Lab77.0907-20.813940.6878
CIE-Lab81.5273-18.708259.9067

#cbd254 color RGB value is (203,210,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010010 01010100
Octal 313 322 124
Decimal 203 210 84
Hex CB D2 54

RGB Percentages of Color #cbd254

%40.85
%42.25
%16.90

CMYK Percentages of Color #cbd254

%3
%0
%60
%18

Triadic Colors of #cbd254

#cbd254 #54cbd2 #d254cb

Analogous Colors of #cbd254

#cbd254 #8cd254 #d29a54

Monochromatic Colors of #cbd254

#cbd254

Complementary Color

#cbd254 #5b54d2

#cbd254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd254 Color CSS Codes

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

#cbd254 Text Font Color

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

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


#cbd254 Background Color

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

This div background color is #cbd254


#cbd254 Border Color

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

This div border color is #cbd254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd254


Comments

No comments written yet.

Please login to write comment.