Color Hex Logo

#cbf33d Color Hex

#CBF33D
(203,243,61)
0 Favorites   0 Comments

Color spaces of #cbf33d

RGB 20324361
HSL0.200.880.60
HSV73°75°95°
CMYK 0.160.000.75   0.05
XYZ57.521577.134616.2716
Yxy77.13460.38110.5111
Hunter Lab87.8263-36.788150.4937
CIE-Lab90.3835-35.620977.2862

#cbf33d color RGB value is (203,243,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11110011 00111101
Octal 313 363 75
Decimal 203 243 61
Hex CB F3 3D

RGB Percentages of Color #cbf33d

%40.04
%47.93
%12.03

CMYK Percentages of Color #cbf33d

%16
%0
%75
%5

Triadic Colors of #cbf33d

#cbf33d #3dcbf3 #f33dcb

Analogous Colors of #cbf33d

#cbf33d #70f33d #f3c03d

Monochromatic Colors of #cbf33d

#cbf33d

Complementary Color

#cbf33d #653df3

#cbf33d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf33d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf33d Color CSS Codes

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

#cbf33d Text Font Color

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

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


#cbf33d Background Color

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

This div background color is #cbf33d


#cbf33d Border Color

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

This div border color is #cbf33d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf33d


Comments

No comments written yet.

Please login to write comment.