Color Hex Logo

#cbf721 Color Hex

#CBF721
(203,247,33)
0 Favorites   0 Comments

Color spaces of #cbf721

RGB 20324733
HSL0.200.930.55
HSV72°87°97°
CMYK 0.180.000.87   0.03
XYZ58.163979.327813.6851
Yxy79.32780.38470.5247
Hunter Lab89.0662-39.297953.2363
CIE-Lab91.3824-38.357884.9594

#cbf721 color RGB value is (203,247,33).

#cbf721 hex color red value is 203, green value is 247 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #cbf721 hue: 0.20 , saturation: 0.93 and the lightness value of cbf721 is 0.55.

The process color (four color CMYK) of #cbf721 color hex is 0.18, 0.00, 0.87, 0.03. Web safe color of #cbf721 is #ccff33. Color #cbf721 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11110111 00100001
Octal 313 367 41
Decimal 203 247 33
Hex CB F7 21

RGB Percentages of Color #cbf721

%42.03
%51.14
%6.83

CMYK Percentages of Color #cbf721

%18
%0
%87
%3

Triadic Colors of #cbf721

#cbf721 #21cbf7 #f721cb

Analogous Colors of #cbf721

#cbf721 #60f721 #f7b821

Monochromatic Colors of #cbf721

#cbf721

Complementary Color

#cbf721 #4d21f7

#cbf721 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf721 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf721 Color CSS Codes

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

#cbf721 Text Font Color

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

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


#cbf721 Background Color

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

This div background color is #cbf721


#cbf721 Border Color

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

This div border color is #cbf721


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf721


Comments

No comments written yet.

Please login to write comment.