Color Hex Logo

#cbe61c Color Hex

#CBE61C
(203,230,28)
0 Favorites   0 Comments

Color spaces of #cbe61c

RGB 20323028
HSL0.190.800.51
HSV68°88°90°
CMYK 0.120.000.88   0.10
XYZ53.135069.374011.6886
Yxy69.37400.39590.5170
Hunter Lab83.2911-31.886449.9833
CIE-Lab86.6889-30.731981.9972

#cbe61c color RGB value is (203,230,28).

#cbe61c hex color red value is 203, green value is 230 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #cbe61c hue: 0.19 , saturation: 0.80 and the lightness value of cbe61c is 0.51.

The process color (four color CMYK) of #cbe61c color hex is 0.12, 0.00, 0.88, 0.10. Web safe color of #cbe61c is #ccff33. Color #cbe61c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100110 00011100
Octal 313 346 34
Decimal 203 230 28
Hex CB E6 1C

RGB Percentages of Color #cbe61c

%44.03
%49.89
%6.07

CMYK Percentages of Color #cbe61c

%12
%0
%88
%10

Triadic Colors of #cbe61c

#cbe61c #1ccbe6 #e61ccb

Analogous Colors of #cbe61c

#cbe61c #66e61c #e69c1c

Monochromatic Colors of #cbe61c

#cbe61c

Complementary Color

#cbe61c #371ce6

#cbe61c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe61c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe61c Color CSS Codes

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

#cbe61c Text Font Color

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

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


#cbe61c Background Color

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

This div background color is #cbe61c


#cbe61c Border Color

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

This div border color is #cbe61c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe61c


Comments

No comments written yet.

Please login to write comment.