Color Hex Logo

#cbf340 Color Hex

#CBF340
(203,243,64)
1 Favorites   0 Comments

Color spaces of #cbf340

RGB 20324364
HSL0.200.880.60
HSV73°74°95°
CMYK 0.160.000.74   0.05
XYZ57.604677.167916.7093
Yxy77.16790.38030.5094
Hunter Lab87.8453-36.677750.2140
CIE-Lab90.3988-35.483376.3693

#cbf340 color RGB value is (203,243,64).

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

The process color (four color CMYK) of #cbf340 color hex is 0.16, 0.00, 0.74, 0.05. Web safe color of #cbf340 is #ccff33. Color #cbf340 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11110011 01000000
Octal 313 363 100
Decimal 203 243 64
Hex CB F3 40

RGB Percentages of Color #cbf340

%39.80
%47.65
%12.55

CMYK Percentages of Color #cbf340

%16
%0
%74
%5

Triadic Colors of #cbf340

#cbf340 #40cbf3 #f340cb

Analogous Colors of #cbf340

#cbf340 #72f340 #f3c240

Monochromatic Colors of #cbf340

#cbf340

Complementary Color

#cbf340 #6840f3

#cbf340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf340 Color CSS Codes

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

#cbf340 Text Font Color

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

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


#cbf340 Background Color

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

This div background color is #cbf340


#cbf340 Border Color

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

This div border color is #cbf340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf340


Comments

No comments written yet.

Please login to write comment.