Color Hex Logo

#cbf30f Color Hex

#CBF30F
(203,243,15)
0 Favorites   0 Comments

Color spaces of #cbf30f

RGB 20324315
HSL0.200.900.51
HSV71°94°95°
CMYK 0.160.000.94   0.05
XYZ56.765476.832212.2902
Yxy76.83220.38910.5267
Hunter Lab87.6540-37.796553.0446
CIE-Lab90.2443-36.882186.5237

#cbf30f color RGB value is (203,243,15).

#cbf30f hex color red value is 203, green value is 243 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #cbf30f hue: 0.20 , saturation: 0.90 and the lightness value of cbf30f is 0.51.

The process color (four color CMYK) of #cbf30f color hex is 0.16, 0.00, 0.94, 0.05. Web safe color of #cbf30f is #ccff00. Color #cbf30f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11110011 00001111
Octal 313 363 17
Decimal 203 243 15
Hex CB F3 F

RGB Percentages of Color #cbf30f

%44.03
%52.71
%3.25

CMYK Percentages of Color #cbf30f

%16
%0
%94
%5

Triadic Colors of #cbf30f

#cbf30f #0fcbf3 #f30fcb

Analogous Colors of #cbf30f

#cbf30f #59f30f #f3a90f

Monochromatic Colors of #cbf30f

#cbf30f

Complementary Color

#cbf30f #370ff3

#cbf30f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf30f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf30f Color CSS Codes

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

#cbf30f Text Font Color

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

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


#cbf30f Background Color

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

This div background color is #cbf30f


#cbf30f Border Color

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

This div border color is #cbf30f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf30f


Comments

No comments written yet.

Please login to write comment.