Color Hex Logo

#cbea3f Color Hex

#CBEA3F
(203,234,63)
0 Favorites   0 Comments

Color spaces of #cbea3f

RGB 20323463
HSL0.200.800.58
HSV71°73°92°
CMYK 0.130.000.73   0.08
XYZ54.948671.901015.6848
Yxy71.90100.38550.5044
Hunter Lab84.7945-32.718548.3890
CIE-Lab87.9209-31.408474.3318

#cbea3f color RGB value is (203,234,63).

#cbea3f hex color red value is 203, green value is 234 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #cbea3f hue: 0.20 , saturation: 0.80 and the lightness value of cbea3f is 0.58.

The process color (four color CMYK) of #cbea3f color hex is 0.13, 0.00, 0.73, 0.08. Web safe color of #cbea3f is #ccff33. Color #cbea3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 00111111
Octal 313 352 77
Decimal 203 234 63
Hex CB EA 3F

RGB Percentages of Color #cbea3f

%40.60
%46.80
%12.60

CMYK Percentages of Color #cbea3f

%13
%0
%73
%8

Triadic Colors of #cbea3f

#cbea3f #3fcbea #ea3fcb

Analogous Colors of #cbea3f

#cbea3f #76ea3f #eab43f

Monochromatic Colors of #cbea3f

#cbea3f

Complementary Color

#cbea3f #5e3fea

#cbea3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbea3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbea3f Color CSS Codes

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

#cbea3f Text Font Color

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

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


#cbea3f Background Color

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

This div background color is #cbea3f


#cbea3f Border Color

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

This div border color is #cbea3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbea3f


Comments

No comments written yet.

Please login to write comment.