Color Hex Logo

#cbf520 Color Hex

#CBF520
(203,245,32)
0 Favorites   0 Comments

Color spaces of #cbf520

RGB 20324532
HSL0.200.910.54
HSV72°87°96°
CMYK 0.170.000.87   0.04
XYZ57.541778.105613.4096
Yxy78.10560.38600.5240
Hunter Lab88.3774-38.440752.8680
CIE-Lab90.8281-37.487584.6805

#cbf520 color RGB value is (203,245,32).

#cbf520 hex color red value is 203, green value is 245 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #cbf520 hue: 0.20 , saturation: 0.91 and the lightness value of cbf520 is 0.54.

The process color (four color CMYK) of #cbf520 color hex is 0.17, 0.00, 0.87, 0.04. Web safe color of #cbf520 is #ccff33. Color #cbf520 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11110101 00100000
Octal 313 365 40
Decimal 203 245 32
Hex CB F5 20

RGB Percentages of Color #cbf520

%42.29
%51.04
%6.67

CMYK Percentages of Color #cbf520

%17
%0
%87
%4

Triadic Colors of #cbf520

#cbf520 #20cbf5 #f520cb

Analogous Colors of #cbf520

#cbf520 #61f520 #f5b520

Monochromatic Colors of #cbf520

#cbf520

Complementary Color

#cbf520 #4a20f5

#cbf520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf520 Color CSS Codes

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

#cbf520 Text Font Color

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

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


#cbf520 Background Color

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

This div background color is #cbf520


#cbf520 Border Color

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

This div border color is #cbf520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf520


Comments

No comments written yet.

Please login to write comment.