Color Hex Logo

#cbdb55 Color Hex

#CBDB55
(203,219,85)
0 Favorites   0 Comments

Color spaces of #cbdb55

RGB 20321985
HSL0.190.650.60
HSV67°61°86°
CMYK 0.070.000.61   0.14
XYZ51.599864.015418.2309
Yxy64.01540.38550.4783
Hunter Lab80.0096-24.898642.4970
CIE-Lab83.9738-23.034562.1353

#cbdb55 color RGB value is (203,219,85).

#cbdb55 hex color red value is 203, green value is 219 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #cbdb55 hue: 0.19 , saturation: 0.65 and the lightness value of cbdb55 is 0.60.

The process color (four color CMYK) of #cbdb55 color hex is 0.07, 0.00, 0.61, 0.14. Web safe color of #cbdb55 is #cccc66. Color #cbdb55 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011011 01010101
Octal 313 333 125
Decimal 203 219 85
Hex CB DB 55

RGB Percentages of Color #cbdb55

%40.04
%43.20
%16.77

CMYK Percentages of Color #cbdb55

%7
%0
%61
%14

Triadic Colors of #cbdb55

#cbdb55 #55cbdb #db55cb

Analogous Colors of #cbdb55

#cbdb55 #88db55 #dba855

Monochromatic Colors of #cbdb55

#cbdb55

Complementary Color

#cbdb55 #6555db

#cbdb55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbdb55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbdb55 Color CSS Codes

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

#cbdb55 Text Font Color

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

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


#cbdb55 Background Color

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

This div background color is #cbdb55


#cbdb55 Border Color

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

This div border color is #cbdb55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbdb55


Comments

No comments written yet.

Please login to write comment.