Color Hex Logo

#ceec1a Color Hex

#CEEC1A
(206,236,26)
0 Favorites   0 Comments

Color spaces of #ceec1a

RGB 20623626
HSL0.190.850.51
HSV69°89°93°
CMYK 0.130.000.89   0.07
XYZ55.635573.187312.1715
Yxy73.18730.39460.5191
Hunter Lab85.5496-33.627851.4493
CIE-Lab88.5370-32.335383.8922

#ceec1a color RGB value is (206,236,26).

#ceec1a hex color red value is 206, green value is 236 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ceec1a hue: 0.19 , saturation: 0.85 and the lightness value of ceec1a is 0.51.

The process color (four color CMYK) of #ceec1a color hex is 0.13, 0.00, 0.89, 0.07. Web safe color of #ceec1a is #ccff33. Color #ceec1a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101100 00011010
Octal 316 354 32
Decimal 206 236 26
Hex CE EC 1A

RGB Percentages of Color #ceec1a

%44.02
%50.43
%5.56

CMYK Percentages of Color #ceec1a

%13
%0
%89
%7

Triadic Colors of #ceec1a

#ceec1a #1aceec #ec1ace

Analogous Colors of #ceec1a

#ceec1a #65ec1a #eca11a

Monochromatic Colors of #ceec1a

#ceec1a

Complementary Color

#ceec1a #381aec

#ceec1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceec1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceec1a Color CSS Codes

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

#ceec1a Text Font Color

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

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


#ceec1a Background Color

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

This div background color is #ceec1a


#ceec1a Border Color

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

This div border color is #ceec1a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,236,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ceec1a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ceec1a;
  -webkit-box-shadow: 1px 1px 3px 2px #ceec1a;
  box-shadow:         1px 1px 3px 2px #ceec1a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,236,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceec1a


Comments

No comments written yet.

Please login to write comment.