Color Hex Logo

#cceb2b Color Hex

#CCEB2B
(204,235,43)
0 Favorites   0 Comments

Color spaces of #cceb2b

RGB 20423543
HSL0.190.830.55
HSV70°82°92°
CMYK 0.130.000.82   0.08
XYZ55.046272.428413.3643
Yxy72.42840.39080.5143
Hunter Lab85.1049-33.479050.2629
CIE-Lab88.1744-32.254580.2173

#cceb2b color RGB value is (204,235,43).

#cceb2b hex color red value is 204, green value is 235 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #cceb2b hue: 0.19 , saturation: 0.83 and the lightness value of cceb2b is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101011 00101011
Octal 314 353 53
Decimal 204 235 43
Hex CC EB 2B

RGB Percentages of Color #cceb2b

%42.32
%48.76
%8.92

CMYK Percentages of Color #cceb2b

%13
%0
%82
%8

Triadic Colors of #cceb2b

#cceb2b #2bcceb #eb2bcc

Analogous Colors of #cceb2b

#cceb2b #6ceb2b #ebaa2b

Monochromatic Colors of #cceb2b

#cceb2b

Complementary Color

#cceb2b #4a2beb

#cceb2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cceb2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cceb2b Color CSS Codes

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

#cceb2b Text Font Color

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

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


#cceb2b Background Color

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

This div background color is #cceb2b


#cceb2b Border Color

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

This div border color is #cceb2b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,235,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cceb2b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cceb2b;
  -webkit-box-shadow: 1px 1px 3px 2px #cceb2b;
  box-shadow:         1px 1px 3px 2px #cceb2b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,235,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cceb2b


Comments

No comments written yet.

Please login to write comment.